You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: