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 have dynamically changing height in MUI accordion. After collapsing it, holder keeps min-height and thus height can't update properly before scrolling.
I changed the code in a way that holderStyles is not getting styles when isFixed false. In my opinion min-height is not needed there when not fixed. My solution below works for me. What do you think?
I have dynamically changing height in MUI accordion. After collapsing it, holder keeps min-height and thus height can't update properly before scrolling.
I changed the code in a way that holderStyles is not getting styles when
isFixed false
. In my opinionmin-height
is not needed there when not fixed. My solution below works for me. What do you think?changed lines
file render-props-version
and
file render-props-version
The text was updated successfully, but these errors were encountered: