From c2333fa042bbdcdd8a7b83c6e5923d422734cca5 Mon Sep 17 00:00:00 2001 From: mco-system Date: Fri, 7 Apr 2023 19:18:26 +1100 Subject: [PATCH] wip beta --- src/thsf/static/css/style.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index 418ae14..652a72d 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -53,6 +53,18 @@ span.place { font-family: pfdintextcomppromedium; } +#content_wrapper { + position: fixed; + 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 { display: flex; flex-direction: line; @@ -60,13 +72,6 @@ span.place { align-items: start; } -#content_wrapper { - display: flex; - flex-direction: column; - justify-content: flex-start; - align-items: center; -} - #center_wrapper { display: flex; flex-direction: column;