mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-06 19:04:00 +00:00
Fix flickering Edit sidebar dialog by locking content padding (#26084)
Fix flickering Edit sidebar dialog
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user