1
0
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:
Aidan Timson
2025-12-08 12:33:30 +00:00
committed by GitHub
parent 46a6da33d9
commit e2312e52e3

View File

@@ -134,7 +134,6 @@ export const ScrollableFadeMixin = <T extends Constructor<LitElement>>(
transparent
);
border-radius: var(--ha-border-radius-square);
z-index: 100;
opacity: 0;
}
.fade-top {