fix: prevent overflow

This commit is contained in:
Huh Hyeongjun 2025-02-26 16:28:04 +09:00
parent fffc6e56be
commit 333d200030
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ body,
-ms-user-select: none;
user-select: none;
-ms-overflow-style: none;
overflow: hidden;
}
::-webkit-scrollbar {