-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
setAllowScrolling prevents scroll within the scrollable section itself #4530
Labels
Comments
Fixed in fullPage.js 4.0.26! 🥳 |
This was referenced Sep 16, 2024
This was referenced Sep 27, 2024
This was referenced Oct 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When using
setAllowScrolling(false)
on a section with scrollable content (using the optionscrollOverflow: true
) then the content on the section itself is not scrollable anymore.There's no way to disable scrolling between sections but keep the scrollable content scrollable.
Link to isolated reproduction with no external CSS / JS
https://codepen.io/yoko-kobayashi/pen/RwYBYXe
Steps to reproduce it
Versions
fullPage.js 4.0.19
The text was updated successfully, but these errors were encountered: