diff --git a/src/panels/config/automation/ha-automation-editor.ts b/src/panels/config/automation/ha-automation-editor.ts index 3321a4956d..b8add47400 100644 --- a/src/panels/config/automation/ha-automation-editor.ts +++ b/src/panels/config/automation/ha-automation-editor.ts @@ -534,7 +534,7 @@ export class HaAutomationEditor extends LitElement { position: fixed; bottom: 16px; right: 16px; - z-index: 1; + z-index: 3; margin-bottom: -80px; transition: margin-bottom 0.3s; } diff --git a/src/panels/config/script/ha-script-editor.ts b/src/panels/config/script/ha-script-editor.ts index 434899d53d..4eb1ca6e65 100644 --- a/src/panels/config/script/ha-script-editor.ts +++ b/src/panels/config/script/ha-script-editor.ts @@ -440,7 +440,7 @@ export class HaScriptEditor extends LitElement { position: fixed; bottom: 16px; right: 16px; - z-index: 1; + z-index: 3; margin-bottom: -80px; transition: margin-bottom 0.3s; }