Closed guillerodriguez closed 8 years ago
I had issues with scrolling on mobile, the page kept skipping up and down. Substituting this line seems to have fixed it. Thanks!
@henrikhermansen -- thank you for letting me know. I am also using this myself with good results.
I believe these issues were fixed in #72. Please feel free to reopen if you discover otherwise.
I am seeing issues with autoscrolling when the height of the html and body elements is set to 100% (so that the body fills the whole viewport). I have fixed this by modifying
updatePosition()
to includescrollable.scrollTop
in the calculation ofbottomOffset
:This seems to fix the problem.
Does this look correct?