From 333d200030f126f885b77355c575b2d5803fd5d7 Mon Sep 17 00:00:00 2001 From: Huh Hyeongjun Date: Wed, 26 Feb 2025 16:28:04 +0900 Subject: [PATCH] fix: prevent overflow --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index e1deaab..7954042 100644 --- a/src/index.css +++ b/src/index.css @@ -15,6 +15,7 @@ body, -ms-user-select: none; user-select: none; -ms-overflow-style: none; + overflow: hidden; } ::-webkit-scrollbar {