-
-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On MAC OS Sonoma, Safari V17 smoothWheel set to false won't work with overscroll-behavior: contain #298
Comments
imma investigate, One question, why would you need |
imma investigate, One question, why would you need overscroll-behavior: contain on body ? so it's not a lenis bug, but it might be a bit unexpected if it was working fine on Mac Ventura before but not anymore after the update to sonoma and Safari V17. |
i think it could be Lenis bug since it works without, I just need time to figure it out |
I am seeing a page that won't scroll using mouse wheel when Wondering if having I can easily remove this for "desktop" behavior. I believe this may be a fallback for turning off overscroll on mobile devices. Safari 17.1 |
hey @cojaco, it seems that's a Webkit bug with passive "wheel" events listener. check this codepen without Lenis: https://codepen.io/ClementRoche/pen/WNVRQXG I created a Webkit ticket: |
Describe the bug
On MAC OS Sonoma, Safari V17
Scrolling is not functioning properly when used in conjunction with lenis.options.smoothWheel set to false.
Please remove 'overscroll-behavior: contain' from the CSS.
To Reproduce
https://codepen.io/cojaco/pen/VwRqPLM
The text was updated successfully, but these errors were encountered: