Overflow
It is possible to have infinite scrolling pages inside an overflow element.
First define a container element.
Then configure the overflow using css. Don't forget to give the element a fixed height.
Then configure the element as scroll container.
Last updated