1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 17:28:46 +01:00

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

This commit is contained in:
rtm516
2023-05-29 15:22:03 +01: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;