react-resize-panel
react-resize-panel copied to clipboard
The overflow check is always resetting the panel back to original size
When I attempt to resize the panel (east), it pulls out fine, but then after release of the handle, it resets to the original size due to an overflow limit.
How can I prevent this?
Prior to resize ...
Resized, the inner div elements have all resized appropriately ...
Overflow logic with reverts the panel size back to original size...
I am having the same issue.
Anyone find a workaround to fix this issue?
same issue
This resolved it for me... added overflow:hidden on the div to right of slider...
I hope this helps others figure out the same.