vue-virtual-scroller
vue-virtual-scroller copied to clipboard
DynamicScroller
trafficstars
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 was min-height calculation. I do not understand the single need of min-height as overflow-y is true so why do we need that min-height. If we remove that calculation then we may be able to resolve this bug.
Reproduction
Just use dynamic scroller list on a list
System Info
MacOs Ventura (13.1) , Chrome (99)
Used Package Manager
npm
Validations
- [X] Read the docs.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- [X] The provided reproduction is a minimal reproducible example of the bug.