Fix flickering Edit sidebar dialog by locking content padding (#26084)

Fix flickering Edit sidebar dialog
This commit is contained in:
steinmn 2025-07-07 07:29:25 +02:00 committed by GitHub
parent e75331e159
commit 3bb930b906
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -208,6 +208,7 @@ class DialogEditSidebar extends LitElement {
ha-md-dialog {
min-width: 600px;
max-height: 90%;
--dialog-content-padding: 8px 24px;
}
@media all and (max-width: 600px), all and (max-height: 500px) {