react-split-pane icon indicating copy to clipboard operation
react-split-pane copied to clipboard

Is split="horizontal" not working?

Open miliu99 opened this issue 5 years ago • 5 comments
trafficstars

The vertical is working fine, but if I change it to horizontal, it blocks the UI. What did I do wrong?

miliu99 avatar Jun 01 '20 02:06 miliu99

I am having the same issue...vertical split works fine, but horizontal split doesn't. Any update on this? FYI, I installed react-split.pane@next ...the basic react-split-pane didn't work at all for me .

ElixirMike avatar Jun 09 '20 16:06 ElixirMike

me too

MinL-DN avatar Jun 18 '20 03:06 MinL-DN

@tomkp Hello. Please help us)

german-st avatar Oct 22 '20 15:10 german-st

I fixed this by overriding the position: absolute style:

<SplitPane style={{ position: 'static' }} />

jaredjj3 avatar Oct 16 '21 01:10 jaredjj3

@tomkp any decision?)

shaulaev avatar Apr 27 '22 07:04 shaulaev