-
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
Regression preventing scroll on scrollable sections #4630
Labels
Comments
alvarotrigo
changed the title
Bug fix: regression preventing scroll on scrollable sections
Regression preventing scroll on scrollable sections
Jun 21, 2024
alvarotrigo
added a commit
that referenced
this issue
Jun 21, 2024
Fixed in 4.0.24! 🥳 |
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
It prevents scroll inside scrollable sections using scrollOverflow.
This regression bug was introduced in 4.0.23 when trying to fix a small bug when loading fullPage.js inside iframes.
In these cases, scrolling inside fullPage.js would also force the scroll on the parent window, which is far from ideal.
The text was updated successfully, but these errors were encountered: