rochal / jQuery-slimScroll

small jQuery plugin that transforms any div into a scrollable area with a nice scrollbar. Demo and more:
http://rocha.la/jQuery-slimScroll
2.23k stars 928 forks source link

Update jquery.slimscroll.js #323

Open damianherrera opened 2 months ago

damianherrera commented 2 months ago

When working with large scrolls, the accuracy of the calculation is essential. It has happened to me with scrolls of 90 A4 sheets (~116800px) that the Jump did not take into account the height of the Bar. This makes the first scroll with the wheel behave very strange. With the modification made this behavior is corrected.