svelte-virtual-scroll-list
svelte-virtual-scroll-list copied to clipboard
scrollToOffset() only works accurately up to a certain offset
After around 1500px offset and beyond, scrollToOffset() becomes inaccurate with variable-height items. I've observed this in Firefox, Chrome, and Safari, and with VirtualScroll set to both default mode or pageMode. If scrollToOffset is called at 1000 or less, it is consistently accurate every time.