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'm trying to make the scroll container's height fit to its content's height if the latter is smaller than him.
I can not see any option for this behavior to be handled actually, is there any planned ?
Only solution I see for now is to set container height manually after scroll is updated by calculating its content height and do the comparison manually.