metafizzy / infinite-scroll

📜 Automatically add next page
https://infinite-scroll.com
7.41k stars 1.74k forks source link

How do I use with absolutely positioned elements #889

Closed colinduwe closed 3 years ago

colinduwe commented 4 years ago

I need to put some absolutely positioned images behind the infinite scroll container https://codepen.io/scratchy303/pen/dybMKrG

If I use the bottom property or even top: 100% then when items are appended to the container they appear above the current scroll position rather than below (just comment out the css and you'll see the pen is no longer wierd and jerky)

This is not a problem with your plugin but I'm hoping you have encountered this and understand why or how best to work around.