inuyaksa / jquery.nicescroll

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

scrollTop bug in Chrome 61 #705

Open zxfwinder opened 6 years ago

zxfwinder commented 6 years ago

https://github.com/inuyaksa/jquery.nicescroll/blob/54d164e97ac6e3b874481a30a5f816d8ff616233/jquery.nicescroll.js#L2065

self.doc.contents().find('body')[0] => self.doc.contents()[0].scrollingElement || self.doc.contents().find('body')[0]

please ref: https://dev.opera.com/articles/fixing-the-scrolltop-bug/