Add z-index to add user dialog (#8917)

This commit is contained in:
Bram Kragten 2021-04-15 09:46:19 +02:00 committed by GitHub
parent 92aa8580db
commit 9d29b55bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,6 +270,7 @@ export class DialogAddUser extends LitElement {
css`
ha-dialog {
--mdc-dialog-max-width: 500px;
--dialog-z-index: 10;
}
ha-switch {
margin-top: 8px;