inuyaksa / jquery.nicescroll

nicescroll plugin for jquery - scrollbars like iphone/ipad
https://nicescroll.areaaperta.com/
3.6k stars 1.67k forks source link

nicescroll prevents scrollTo() on that element. #691

Open lakemck opened 7 years ago

lakemck commented 7 years ago

It seems nicescroll adds overflow:hidden; to its div. This is a problem if I need scrollTo() to work on that div. Without overflow-y:scroll; I can't get scrollTo to work. Any ideas?

classikd commented 7 years ago

Maybe you could use the doScrollTop() method instead. Look at the last example shown, below instantiation examples.

inuyaksa commented 7 years ago

Do you use a wrapped div? Do you have an example to test?