alethes / meteor-pages

Meteor pagination
MIT License
403 stars 84 forks source link

Bugfix/chrome scrolling #201

Closed averrips closed 7 years ago

averrips commented 8 years ago

This PR is fixing an issue I had with the infinite scroll example. @scrollBox[0].scrollHeight and @scrollBox[0].offsetHeight were both returning undefined. The easiest solution was to add @scrollContentSelector, that defaults to the body element.

akunaatrium commented 8 years ago

I wonder when the pull request will be merged. Perhaps it could resolve the infinite scrolling issue I have with both Chrome and Firefox where it is showing just 10 items no matter what the scroll position is.