Updates to correct zindexs on new dialogs (#6816)

This commit is contained in:
Zack Barett 2020-09-07 13:11:49 -05:00 committed by GitHub
parent de7ffb10cb
commit 5339fe6e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -171,6 +171,7 @@ export class HuiCreateDialogCard extends LitElement implements HassDialog {
ha-dialog {
--mdc-dialog-max-width: 845px;
--dialog-content-padding: 2px 24px 20px 24px;
--dialog-z-index: 5;
}
ha-dialog.table {

View File

@ -366,6 +366,7 @@ export class HuiDialogEditCard extends LitElement implements HassDialog {
ha-dialog {
--mdc-dialog-max-width: 845px;
--dialog-z-index: 5;
}
ha-header-bar {

View File

@ -140,6 +140,7 @@ export class HuiDialogSuggestCard extends LitElement {
}
ha-paper-dialog {
max-width: 845px;
--dialog-z-index: 5;
}
mwc-button ha-circular-progress {
width: 14px;