1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

Fix ha-toast z-index (#28491)

This commit is contained in:
Wendelin
2025-12-11 10:14:12 +01:00
committed by GitHub
parent 2a97913520
commit a7a937e197

View File

@@ -13,6 +13,7 @@ export class HaToast extends Snackbar {
}
.mdc-snackbar {
z-index: 10;
margin: 8px;
right: calc(8px + var(--safe-area-inset-right));
bottom: calc(8px + var(--safe-area-inset-bottom));