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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,7 @@ export class HassioAddonRepositoryEl extends LitElement {
css`
ha-card {
cursor: pointer;
overflow: hidden;
}
.not_available {
opacity: 0.6;

View File

@ -125,6 +125,7 @@ class HassioAddons extends LitElement {
css`
ha-card {
cursor: pointer;
overflow: hidden;
}
.search {
position: sticky;