Skip to content
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

Added check for nested scrollbars #57

Closed
wants to merge 78 commits into from

Conversation

DillonJettCallis
Copy link

This adds a check to the scrolling so that when you're scrolling with the mouse-wheel if you've reached the top or bottom (ie: the scroll doesn't make an actual change) then allow the even to bubble up, and if it hasn't, prevent all propagation. This ensures that when you have nested scroll bars, if you wheel down inside the inner scroll it won't move the outer scroll unless the inner one has hit the bottom.

@DillonJettCallis
Copy link
Author

#56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants