-
Notifications
You must be signed in to change notification settings - Fork 924
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
scrollTo not updating the scroll bar #233
Comments
Same issue |
Any chance of fixing this / suggesting some kind of workaround? Thanks |
+1 |
Hi, This issue was fixed in the 1.3.8 version by adding |
I tried this through, "programmatically scroll.html" from latest plugin, but I didn't get the issue resolved. The slimScrolling menu height going to be fixed to 300px. (as given, {(scrollTo: 300px)}.plz help regarding this. |
I have used this method $(element).slimScroll({ scrollTo: '50px' }); to scroll to a position but the scroll bar is not updating its position. And using mouse wheel then starts the scroll from top
The text was updated successfully, but these errors were encountered: