Support Scroll Snap
I'm not sure it's possible though.
I have an issue where it scroll back to the top only on safari (and it seems because of intertia scrolling). I guess this issue is relevant for me. Is there any hope to have it working? <VList data={posts} class="page scroll-smooth overflow-y-auto h-dvh snap-always" style="scroll-snap-type: y mandatory;" getKey={(_, i) => i}> {#snippet children(item, index)} <Post post={item}/> {/snippet} </VList >
This works smoothly in Chromium browsers, but Safari has an issue. With a list containing slides that are 100% of the viewport width and height, Safari scrolls back to the first item when the virtualized list repopulates items.
anyone have any solution for this.hmm it seem to scroll restoration not work with this scroll snap when i navigate and back it always cache in index 12 :))
Any news on it ? Would be really helpful
https://github.com/bvaughn/react-window/issues/290