Add z index to dialog (#6145)

This commit is contained in:
Bram Kragten
2020-06-13 06:00:37 +02:00
committed by GitHub
parent 65b16c763e
commit ffff4dc03d
2 changed files with 7 additions and 9 deletions

View File

@@ -25,6 +25,9 @@ export class HaDialog extends MwcDialog {
return [
style,
css`
.mdc-dialog {
z-index: var(--dialog-z-index, 7);
}
.mdc-dialog__actions {
justify-content: var(--justify-action-buttons, flex-end);
}