From a48ea8b5e5460e432bc6b0b6960f149e44e61602 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 11 Sep 2025 13:51:46 +0200 Subject: [PATCH] fix(PWA): fix standalone window margins Signed-off-by: Simon L. --- core/css/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/header.scss b/core/css/header.scss index e14e1eecb11..c0b5f2f3316 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -246,7 +246,7 @@ } #content, #content-vue { - margin-top: var(--body-container-margin); + margin-top: var(--body-container-margin) !important; } :root {