react-resize-panel icon indicating copy to clipboard operation
react-resize-panel copied to clipboard

The overflow check is always resetting the panel back to original size

Open jkears opened this issue 5 years ago • 4 comments

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 ... start

Resized, the inner div elements have all resized appropriately ... end

Overflow logic with reverts the panel size back to original size... overflow

jkears avatar Feb 24 '20 13:02 jkears

I am having the same issue.

GuyPaddock avatar Mar 30 '20 14:03 GuyPaddock

Anyone find a workaround to fix this issue?

stevewillard avatar Apr 15 '20 00:04 stevewillard

same issue

sharu725 avatar Nov 12 '20 15:11 sharu725

This resolved it for me... added overflow:hidden on the div to right of slider...

image

I hope this helps others figure out the same.

jkears avatar Nov 12 '20 19:11 jkears