Fix topbar overflowing card for add-on store (#16637)

This commit is contained in:
rtm516
2023-05-29 14:22:03 +00:00
committed by GitHub
parent f466196fa8
commit 07a66b4bff
2 changed files with 2 additions and 0 deletions
@@ -130,6 +130,7 @@ export class HassioAddonRepositoryEl extends LitElement {
css`
ha-card {
cursor: pointer;
overflow: hidden;
}
.not_available {
opacity: 0.6;
+1
View File
@@ -125,6 +125,7 @@ class HassioAddons extends LitElement {
css`
ha-card {
cursor: pointer;
overflow: hidden;
}
.search {
position: sticky;