From 9971e2e9342b60dd5653aca2d03c70b4fa5991f6 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 12 Mar 2020 20:11:19 +0100 Subject: [PATCH] Fix scroll entity settings dialog (#5165) Fixes #5144 --- src/panels/config/entities/dialog-entity-editor.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panels/config/entities/dialog-entity-editor.ts b/src/panels/config/entities/dialog-entity-editor.ts index 058dd04379..8122cfd666 100644 --- a/src/panels/config/entities/dialog-entity-editor.ts +++ b/src/panels/config/entities/dialog-entity-editor.ts @@ -250,6 +250,7 @@ export class DialogEntityEditor extends LitElement { ha-paper-dialog { width: 450px; + max-height: none !important; } /* overrule the ha-style-dialog max-height on small screens */