Fix overflow menu being above dialogs (#16558)

Fix device actions being above dialogs
This commit is contained in:
Bram Kragten
2023-05-17 16:23:30 +02:00
committed by GitHub
parent 67b64b2d5c
commit eb220fa1a0
5 changed files with 48 additions and 48 deletions

View File

@@ -142,7 +142,7 @@ class DialogMediaPlayerBrowse extends LitElement {
haStyleDialog,
css`
ha-dialog {
--dialog-z-index: 8;
--dialog-z-index: 9;
--dialog-content-padding: 0;
}