inuyaksa / jquery.nicescroll

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

Weird scroll step #702

Closed tszymanik closed 4 years ago

tszymanik commented 7 years ago

Browser: Chrome 60.0.3112.113

Code:

$('#div').niceScroll({
    mousescrollstep: 380,
    autohidemode: false,
    cursorfixedheight: 190,
    zindex: 3000
});

Nicescroll is scrolling horizontally 600px (it's always random number) against of 380px. Container is Bootstrap row with "overflow: hidden".