From 794ac8cdd802b7d9e622c7b28b2a632112a7a03e Mon Sep 17 00:00:00 2001 From: ParkerTenBroeck <51721964+ParkerTenBroeck@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:02:32 -0500 Subject: [PATCH] fixed scroll style --- web/root/style/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/root/style/style.scss b/web/root/style/style.scss index bbb8115..674b224 100644 --- a/web/root/style/style.scss +++ b/web/root/style/style.scss @@ -32,11 +32,11 @@ body { .vscroll { height: 100%; - overflow-y: scroll; + overflow-y: auto; } .scroll{ - overflow: scroll; + overflow: auto; } .flexCol{