Skip to content

Commit 1b6cc95

Browse files
committed
fix(PWA): fix standalone window margins
Signed-off-by: Simon L. <szaimen@e.mail.de>
1 parent 7b85dac commit 1b6cc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/css/header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
}
247247

248248
#content, #content-vue {
249-
margin-top: var(--body-container-margin);
249+
margin-top: var(--body-container-margin) !important;
250250
}
251251

252252
:root {

0 commit comments

Comments
 (0)