Fix ha-alert icon z-index overlapping over other elements (#26685)

* Fix ha-alert icon z-index overlapping over other elements

* directly remove ha-alert's icon z-index property to fix overlapping
This commit is contained in:
victorigualada
2025-08-25 13:14:37 +02:00
committed by GitHub
parent 620db4238d
commit 11872b076b

View File

@@ -97,9 +97,6 @@ class HaAlert extends LitElement {
content: "";
border-radius: 4px;
}
.icon {
z-index: 1;
}
.icon.no-title {
align-self: center;
}