From 43e142a1d4358019ffa821885fb711ccacba9b28 Mon Sep 17 00:00:00 2001 From: mco-system Date: Fri, 7 Apr 2023 19:19:06 +1100 Subject: [PATCH] wip beta --- src/thsf/static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index 652a72d..f804365 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -55,6 +55,8 @@ span.place { #content_wrapper { position: fixed; + top: 0; + bottom:0; display: flex; flex-direction: column; justify-content: flex-start;