diff --git a/styles/globals.css b/styles/globals.css index d6febb5..a4a0187 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -12,6 +12,10 @@ html{ scroll-behavior: smooth; } +body{ + overflow-x: hidden; +} + body::-webkit-scrollbar { width: 10px; }