From e514ad6b6638f771303c2c615207d5caf1da3a59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Fri, 2 Sep 2022 08:34:51 +0200 Subject: [PATCH] Bring back scrolling to guest body MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/guest.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/css/guest.css b/core/css/guest.css index c651697a2d0..813e04db213 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -31,6 +31,8 @@ body { background-attachment: fixed; /* fix background gradient */ min-height: 100%; /* fix sticky footer */ height: auto; + overflow: auto; + position: static; } /* Various fonts settings */ -- 2.39.5