vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

DynamicScroller

Open harshagarwal-mono opened this issue 1 year ago • 0 comments
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

harshagarwal-mono avatar Feb 07 '24 15:02 harshagarwal-mono