diff --git a/apps/web/src/modules/marketing/layout/header/navigation/mobile-navigation.tsx b/apps/web/src/modules/marketing/layout/header/navigation/mobile-navigation.tsx index 0aad154..39a8dd5 100644 --- a/apps/web/src/modules/marketing/layout/header/navigation/mobile-navigation.tsx +++ b/apps/web/src/modules/marketing/layout/header/navigation/mobile-navigation.tsx @@ -45,7 +45,14 @@ export const MobileNavigation = ({ links }: NavigationProps) => { <> -
+ {/* + NOTE: do NOT put `overflow-auto`/`overflow-y-auto` on THIS container. + It's `fixed` + full-viewport + `pointer-events-none`, but a scroll + container on top of the page still steals wheel events on hover in + some browsers (Chrome/Safari inconsistently), breaking page scroll. + Move any needed scroll behavior to the inner panel below. + */} +
{ >