vue-virtual-scroller
vue-virtual-scroller copied to clipboard
⚡️ Blazing fast scrolling for any amount of data
### Describe the bug when amount(800,000) * height(40px) above div height limit(22,369,600px),we can not see the items out of the div. Is there some simple way to solve bug like...
### Describe the bug Scroll not working on ios devices. Requirement the -webkit-overflow-scrolling: touch; fix pleaceas ### Reproduction asdasd ### System Info ```shell asdasd ``` ### Used Package Manager npm...
Move into v1 ([395bbfb](https://github.com/Akryum/vue-virtual-scroller/commit/395bbfb73588455795ecc5b144281ce5fda042ff)) Fix for issue https://github.com/Akryum/vue-virtual-scroller/issues/778
### Clear and concise description of the problem i uses sticky positioning in slot, but it's not working.  ### Suggested solution Has anyone experienced this situation before?
### Describe the bug Your will-change css causes issues with video full screen on Safari. ### Reproduction Use Safari Try full screen with a video player using a video tag...
### Clear and concise description of the problem I wish that vue-virtual-scroll can have more features such as integrating vue-draggable because it currently can't use with vuedraggable ### Suggested solution...
### Describe the bug After updating to v1.1.2 we started seeing some strange issues in lists using `DynamicScroller`. Data seems to be reused from other rows. Downgrading to v1.1.1 resolved...
### Describe the bug While in page mode, the regex that searches the scroll parent (and in all honesty, the method should be more sophisticated, as it does not distinguish...
### Describe the bug When scrolling horizontally, the scrollLeft attribute is added to the inner elements of all elements, but when scrolling vertically, scrollLeft randomly disappears Bug is reproduced on...