Fix position edit card dialog (#7418)

This commit is contained in:
Bram Kragten 2020-10-21 15:26:08 +02:00 committed by GitHub
parent bcf405bf9d
commit eab76bf85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,7 +365,6 @@ export class HuiDialogEditCard extends LitElement
@media all and (min-width: 850px) {
ha-dialog {
--mdc-dialog-min-width: 845px;
--dialog-surface-top: 40px;
--mdc-dialog-max-height: calc(100% - 72px);
}
}