react-split-pane
react-split-pane copied to clipboard
Is split="horizontal" not working?
trafficstars
The vertical is working fine, but if I change it to horizontal, it blocks the UI. What did I do wrong?
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 .
me too
@tomkp Hello. Please help us)
I fixed this by overriding the position: absolute style:
<SplitPane style={{ position: 'static' }} />
@tomkp any decision?)