From 8e51237e41b9e0b1f8a56c49cb4fb5e479042bc3 Mon Sep 17 00:00:00 2001 From: mco-system Date: Tue, 4 Apr 2023 20:52:05 +1100 Subject: [PATCH] wip: planning --- styles/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/main.css b/styles/main.css index 918e5a1..ab02b03 100644 --- a/styles/main.css +++ b/styles/main.css @@ -20,6 +20,9 @@ body { } #thsf-schedule-wrapper { + position: fixed; + top: 0; + width: 80%; height: 100%; overflow: auto; }