From 7f9fb4d2b905ebb14294bf7877928f8d6d6ca83d Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 15 Jul 2025 01:39:40 -0500 Subject: [PATCH] fix scrollbar affecting layout --- src/styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/global.css b/src/styles/global.css index d7cb3a6..cb2646b 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -16,6 +16,7 @@ html { scroll-behavior: smooth; scroll-padding-top: 5rem; + overflow-y: scroll; } body {