From 92f307f6debe8377d3965c43f1ce96e2e1b9329f Mon Sep 17 00:00:00 2001 From: Dominic DiTaranto Date: Sat, 13 Dec 2025 19:06:26 -0500 Subject: [PATCH] fixing scroll --- web/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/templates/base.html b/web/templates/base.html index f11066c..d90d7f7 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -58,6 +58,9 @@ } body { + overflow-y: scroll; + -ms-overflow-style: none; + scrollbar-width: none; height: 100%; background-color: #868F69; background-repeat: repeat;