From 8ab726280269d7c600b05755419b1d6ad6ab8539 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Thu, 24 Apr 2025 19:47:02 -0400 Subject: [PATCH] fix weird scrolling rules --- index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.css b/index.css index 094213a..50167f4 100644 --- a/index.css +++ b/index.css @@ -12,6 +12,8 @@ body { height: 100vh; background: rgb(255, 255, 255); + + overflow-y: scroll; } #form {