diff --git a/src/panels/config/automation/blueprint-automation-editor.ts b/src/panels/config/automation/blueprint-automation-editor.ts index 3e2ba6eace..36d4f11c7d 100644 --- a/src/panels/config/automation/blueprint-automation-editor.ts +++ b/src/panels/config/automation/blueprint-automation-editor.ts @@ -111,8 +111,6 @@ export class HaBlueprintAutomationEditor extends HaBlueprintGenericEditor { } ha-fab { position: fixed; - bottom: calc(16px + var(--safe-area-inset-bottom, 0px)); - right: calc(16px + var(--safe-area-inset-right, 0px)); } `, ]; diff --git a/src/panels/config/script/blueprint-script-editor.ts b/src/panels/config/script/blueprint-script-editor.ts index 93dbc52423..0ec54e0638 100644 --- a/src/panels/config/script/blueprint-script-editor.ts +++ b/src/panels/config/script/blueprint-script-editor.ts @@ -66,8 +66,6 @@ export class HaBlueprintScriptEditor extends HaBlueprintGenericEditor { } ha-fab { position: fixed; - bottom: calc(16px + var(--safe-area-inset-bottom, 0px)); - right: calc(16px + var(--safe-area-inset-right, 0px)); } `, ];