mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Updates to correct zindexs on new dialogs (#6816)
This commit is contained in:
parent
de7ffb10cb
commit
5339fe6e06
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user