diff --git a/src/app/globals.css b/src/app/globals.css index 0d14cc8..0aa105e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -19,3 +19,12 @@ body { background: var(--background); font-family: 'Inter', Helvetica, Arial, sans-serif; } + +* { + scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; /* IE and Edge */ +} + +*::-webkit-scrollbar { + display: none; +}