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; }