tomkp / react-split-pane

React split-pane component

Home Page:https://tomkp.github.io/react-split-pane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is split="horizontal" not working?

miliu99 opened this issue · comments

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 .

commented

me too

@tomkp Hello. Please help us)

I fixed this by overriding the position: absolute style:

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

@tomkp any decision?)