From ea9233857d04c2ef1a628489db026306bdf7e53b Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 10 Oct 2023 23:44:14 -0700 Subject: [PATCH] fix scrolling (LAST COMMIT TONIGHT) --- public/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.css b/public/index.css index 88df972..f6756b2 100644 --- a/public/index.css +++ b/public/index.css @@ -9,6 +9,7 @@ body { width: 100vw; min-height: 100vh; background: linear-gradient(180deg, #00152b 0%, #4d89ea 50%, #55cc55 100%); + overflow-x: hidden; } #logo {