mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix topbar overflowing card for add-on store (#16637)
This commit is contained in:
parent
f466196fa8
commit
07a66b4bff
@ -130,6 +130,7 @@ export class HassioAddonRepositoryEl extends LitElement {
|
|||||||
css`
|
css`
|
||||||
ha-card {
|
ha-card {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.not_available {
|
.not_available {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
@ -125,6 +125,7 @@ class HassioAddons extends LitElement {
|
|||||||
css`
|
css`
|
||||||
ha-card {
|
ha-card {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.search {
|
.search {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user