diff --git a/src/panels/config/automation/add-automation-element-dialog.ts b/src/panels/config/automation/add-automation-element-dialog.ts index 4f7586b42b..838a3499d3 100644 --- a/src/panels/config/automation/add-automation-element-dialog.ts +++ b/src/panels/config/automation/add-automation-element-dialog.ts @@ -1910,7 +1910,7 @@ class DialogAddAutomationElement ha-wa-dialog { --dialog-content-padding: var(--ha-space-0); --ha-dialog-min-height: min( - 648px, + 800px, calc( 100vh - max( var(--safe-area-inset-bottom), @@ -1919,7 +1919,7 @@ class DialogAddAutomationElement ) ); --ha-dialog-min-height: min( - 648px, + 800px, calc( 100dvh - max( var(--safe-area-inset-bottom),