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.
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
Used Package Manager
npm
Validations