-
Notifications
You must be signed in to change notification settings - Fork 143
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
Scrolling back up from a scrollable slide. #28
Comments
Does the div have the class 'scrollable' on it? |
It does and that helps but I'm also having trouble with scrolling down on the site, the content is already scrolled down once the user gets to it. Here's a quick demo: http://cl.ly/1y2C06463y1m |
I know what the issue is but its hard to explain or contain. The browser has a "momentum" when the mouse is scrolled, even when the container has reached its upper or lower max reach, it will continue to tick that momentum. I believe (if I can remember correctly) a member issued a pull request to try and tinker with this: 1156d55 try setting the |
Same problem here. I have a scrollable text container inside a slide. Trying to scroll inside that container just scrolls to the next slide. I added the Maybe need a function like |
same problem here, any news? |
I have 4 slides on my website. The 4th has a large scrollable div so the user can scroll and see the footer. However when they begin to scroll back up the plugin takes them back to the 3rd slide.
Any way to counter this?
The text was updated successfully, but these errors were encountered: