From 7d239e52fd93237e9f9aabbb2f2e66d707597188 Mon Sep 17 00:00:00 2001 From: aaron-6960 Date: Sun, 1 Dec 2024 18:18:03 +0530 Subject: [PATCH] Fixed vertical scroll in loading --- src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index 70ca051..701535b 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -64,7 +64,7 @@ body { color: var(--foreground); background: var(--background); font-family: "Geist VF", sans-serif; - overflow-x: hidden; + overflow: hidden; } @layer utilities {