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

issue#274 fix #284

Open rubtsovi opened 7 years ago

rubtsovi commented 7 years ago

Fixed bottom firing bug. Problem was on not equality of percentScroll and ~~percentScroll. The percentScroll on the bottom was little bit larger than 1 (actually it was always smth about 1.00345...).