diff --git a/src/styles/globals.css b/src/styles/globals.css index c02d1c5..315cb0e 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -24,13 +24,17 @@ --chart-5: 27 87% 67%; } + body { + @apply bg-background text-foreground; + } + * { overscroll-behavior: none; + -ms-overflow-style: none; /* IE, Edge */ + scrollbar-width: none; /* Firefox */ } -} -@layer base { - body { - @apply bg-background text-foreground; + *::-webkit-scrollbar { + display: none; /* Chrome, Safari */ } }