I'm currently exploring React and I'm interested in implementing an animation using react-collapsed
to collapse the upper portion of a specific component.
As of now, the container size is reduced to half of the child's size and overflow: hidden
is applied, causing the child to overflow at the bottom. Is there a way to modify this behavior so that the child would overflow at the top instead?
Appreciate any advice or suggestions. Thank you!