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

Fix z-index create category dialog (#20406)

This commit is contained in:
Bram Kragten
2024-04-04 12:51:04 +02:00
committed by GitHub
parent 3a4e9b6856
commit 8486377604

View File

@@ -779,7 +779,6 @@ export class HaTabsSubpageDataTable extends LitElement {
}
ha-dialog {
--dialog-z-index: 100;
--mdc-dialog-min-width: calc(
100vw - env(safe-area-inset-right) - env(safe-area-inset-left)
);