From a3febe2a407ae2edef87e6d53da761ea2774bdf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 3 Oct 2022 12:33:45 +0200 Subject: [PATCH] Fix positioning of the public page footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/public.css | 2 +- core/css/public.scss | 2 +- core/css/server.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/css/public.css b/core/css/public.css index 2ad3b80c52f..3e8ca2bbb34 100644 --- a/core/css/public.css +++ b/core/css/public.css @@ -49,7 +49,7 @@ text-align: center; } #body-public footer { - position: sticky !important; + position: fixed; display: flex; align-items: center; justify-content: center; diff --git a/core/css/public.scss b/core/css/public.scss index 514c3fbba70..0e75a938cfa 100644 --- a/core/css/public.scss +++ b/core/css/public.scss @@ -69,7 +69,7 @@ $footer-height: 65px; /* public footer */ footer { - position: sticky !important; + position: fixed; display: flex; align-items: center; justify-content: center; diff --git a/core/css/server.css b/core/css/server.css index 014897459dd..da94d3e21eb 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -4998,7 +4998,7 @@ kbd { text-align: center; } #body-public footer { - position: sticky !important; + position: fixed; display: flex; align-items: center; justify-content: center;