From d0de7c0c4dfde3d4a33e4667581cc58b57f098b9 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Mon, 11 Nov 2024 11:08:55 +0100 Subject: [PATCH] style: remove empty space reserved for re-parented footer in public share Signed-off-by: Maksim Sukharev --- css/publicshare.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/publicshare.css b/css/publicshare.css index 43249170220..49c25a346da 100644 --- a/css/publicshare.css +++ b/css/publicshare.css @@ -19,6 +19,11 @@ position: static; } +/* Overwrites styles from public.scss in public share after re-parenting footer */ +#body-public { + --footer-height: 0 !important; +} + #content.full-height { /* Always full height without header. */ height: calc(100% - 50px);