mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
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:
@@ -97,9 +97,6 @@ class HaAlert extends LitElement {
|
|||||||
content: "";
|
content: "";
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.icon {
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
.icon.no-title {
|
.icon.no-title {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user