diff --git a/app/globals.css b/app/globals.css index 4ee13ebd..ddc60eb0 100644 --- a/app/globals.css +++ b/app/globals.css @@ -522,6 +522,15 @@ body { } } +.scroll-hidden::-webkit-scrollbar { + display: none; +} + +.scroll-hidden { + -ms-overflow-style: none; + scrollbar-width: none; +} + /* Mobile backdrop blur support */ @supports (backdrop-filter: blur(8px)) { .mobile-backdrop { diff --git a/components/layout/navigation-rail.tsx b/components/layout/navigation-rail.tsx index 8c9b1163..11ecedbc 100644 --- a/components/layout/navigation-rail.tsx +++ b/components/layout/navigation-rail.tsx @@ -400,7 +400,7 @@ export function NavigationRail({