vue-virtual-scroller
vue-virtual-scroller copied to clipboard
⚡️ Blazing fast scrolling for any amount of data
It would be **very useful** to have the scroll snap functionality ( similar to **scroll-snap** in css ). The use case for it is full screen scroll on mobile. Without...
This fixes the issue when the dynamic scroller disappears out of view and the this.$el.parentNode returns nothing causing the observer to have issues, stack trace for current issue follows [Vue...
When using the `vue-3` version, with the following: ``` ... ``` calling `scroller.scrollToItem` does nothing (no errors either) If I remove `page-mode` it works as expected

TODO: Investigate technical solution and performance impact.
### Describe the bug I am using DynamicScroller and using size-dependecies prop but i have observed that there is extra space after last element and the cause that is observed...
### Clear and concise description of the problem I am having issue when using this module with large height div as item. If the item height is over 9999px, `translateY(-9999px)`...
### Clear and concise description of the problem I want to make the scrollbar move up when a chat is added in chat-demo. Now the scrollTop keeps going down, but...
### Describe the bug I cannot get vue-virtual-scroller to work with my nuxt/vue3 App. I use the newest version of Nuxt: 3.7.4. Searching the internet I found a working codepen...