Bogdan Stashchuk
Bogdan Stashchuk
You don't need to unstick. Proper way is to determine "bottomSpacing" value correctly based on the height of the footer that can be variable in some cases. Just add dummy...
This works well ``` Meteor.startup -> if Meteor.isClient SEO.config ignore: meta: ['fragment', 'viewport'] link: ['stylesheet', 'icon', 'apple-touch-icon'] meta: 'viewport': 'width=device-width, minimum-scale=1, maximum-scale=1' ```
Hey @geremora This problem appears because full collection is pulled from MongoDB (either by Client, or Server (with Server Side Pagination). But in fact no one needs full collection with...
Same question. It is really annoying to change always rows count from 10 to 50 or 100, because after change it resets back to 10.