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

fix allowPageScroll does not scroll to the bottom #304

Open ivanmviveros opened 5 years ago

ivanmviveros commented 5 years ago

The allowPageScroll option did not work correctly because percentScroll could exceed the value of 1 and would never be equal to ~~ percentScroll, limiting the value to 1 when validating the problem is corrected.