From 99715f6105abbdb5959eac7956cbf9eea4adccff Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Mon, 9 Mar 2026 22:51:35 -0700 Subject: [PATCH] feat: allow overflow in css --- src/styles/globals.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index 477bb2b..566f7b2 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -42,7 +42,6 @@ white-space: normal; line-height: 1; box-sizing: border-box; - overflow: hidden; /* Disable scrolling */ } /* Desktop font size */ @@ -59,7 +58,6 @@ color: var(--white); margin: 0; padding: 0; - overflow: hidden; /* Disable scrolling */ } /* Global focus ring styles for all tabbable elements */