mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Remove z-index from scrollable fades (#28434)
This commit is contained in:
@@ -134,7 +134,6 @@ export const ScrollableFadeMixin = <T extends Constructor<LitElement>>(
|
|||||||
transparent
|
transparent
|
||||||
);
|
);
|
||||||
border-radius: var(--ha-border-radius-square);
|
border-radius: var(--ha-border-radius-square);
|
||||||
z-index: 100;
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
.fade-top {
|
.fade-top {
|
||||||
|
|||||||
Reference in New Issue
Block a user