Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.23k stars 882 forks source link

Dynamic Scrollr #856

Open harshagarwal-mono opened 5 months ago

harshagarwal-mono commented 5 months ago

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