Open
Description
Trying to make an infinite scrolling list using this, but when at the bottom and I add more items, the list can't be scrolled further down without first scrolling back up.
When I comment out this line, it works perfectly
svelte-virtual-list/src/VirtualList.html
Line 155 in 01b8929