jamesflorentino / nanoScrollerJS

A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.
http://jamesflorentino.github.com/nanoScrollerJS/
MIT License
2.69k stars 503 forks source link

Prevent horizontal scrolling #313

Open juriejan opened 9 years ago

juriejan commented 9 years ago

Set the horizontal scrolling to 0 to prevent any horizontal scrolling, mainly brought up by dragging inside the content element as reported in #162.

abou7mied commented 8 years ago

Adding this line

content.scrollLeft = 0;

into updateScrollValues method causes very slow vertical-scrolling on firefox-48.0-linux