inuyaksa / jquery.nicescroll

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

Touchpad scroll on horizontal gets too hard and sticky #827

Open qadeershaikh1 opened 3 years ago

qadeershaikh1 commented 3 years ago

Hi There,

First of all its a wonderful scroll plugin you created!

The problem I am facing is on horizontal scroll in mac, it gets too sticky and hard to scroll with the touchpad. I am in urgent need of this fix. Please help! Please!

sandrasanzdev commented 3 years ago

A little late but just in case someone else runs into this problem like I did, I solved it by adding a wrapper div around the scrollable area as explained in here: https://nicescroll.areaaperta.com/how-to-use/

It seems that the plugin doesn't like when the scrollable area has several elements as content rather than just one div.