From e8a27546e79b738262e735974d9eadf63a8cef31 Mon Sep 17 00:00:00 2001 From: theronakpatel Date: Thu, 10 Oct 2024 17:37:47 +0530 Subject: [PATCH 1/2] Footer height issue --- core/css/server.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/server.css b/core/css/server.css index 6c1a090..bbfaa88 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -411,7 +411,7 @@ input.primary, border: 1px solid #fff; color: #fff; } -footer { +#body-public footer { height: 92px; } -- GitLab From ea7f980797bfe28b7fac6a04345f1bad3ce19ffe Mon Sep 17 00:00:00 2001 From: theronakpatel Date: Thu, 10 Oct 2024 18:07:42 +0530 Subject: [PATCH 2/2] main padding bottom added --- core/css/server.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/css/server.css b/core/css/server.css index bbfaa88..fdf0f45 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -414,7 +414,9 @@ input.primary, #body-public footer { height: 92px; } - +#body-public main { + padding-bottom: calc(var(--footer-height)* 2); +} #header #notifications .notifications-button__icon { display: none; } -- GitLab