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

scrollTo not updating the scroll bar #233

Open
muneeburrahman opened this issue Dec 11, 2015 · 6 comments
Open

scrollTo not updating the scroll bar #233

muneeburrahman opened this issue Dec 11, 2015 · 6 comments

Comments

@muneeburrahman
Copy link

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

@r3verser
Copy link

Same issue

@alexisargyris
Copy link

Any chance of fixing this / suggesting some kind of workaround? Thanks

@ghost
Copy link

ghost commented Jul 9, 2017

+1

@Lirux
Copy link

Lirux commented Oct 31, 2017

Use this pull request #212 from @ziscloud

@razvantudorache
Copy link

razvantudorache commented Mar 8, 2018

Hi,

This issue was fixed in the 1.3.8 version by adding
bar = me.siblings('.' + o.barClass);
rail = me.siblings('.' + o.railClass);

#217

@mbsankar84
Copy link

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.

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

No branches or pull requests

6 participants