From 897d0c00459234efcfa7068423481a29323fed2f Mon Sep 17 00:00:00 2001 From: mco-system Date: Fri, 7 Apr 2023 19:21:27 +1100 Subject: [PATCH] wip beta --- src/thsf/static/css/style.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index 0766544..6488524 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -54,18 +54,10 @@ span.place { } #content_wrapper { - background-color: red; - position: fixed; - top: 0; - bottom:0; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; - width: 100vw; /* viewport width */ - height: 100vh; /* viewport height */ - overflow-y: scroll; - overflow-x: hidden; } #main_wrapper { @@ -76,6 +68,12 @@ span.place { } #center_wrapper { + background-color: red; + position: fixed; + top: 0; + bottom:0; + height: 100vh; /* viewport height */ + overflow-y: scroll; display: flex; flex-direction: column; justify-content: flex-start;