Open machaj opened 8 years ago
Do you need to add padding to the actual Pane? Would it be preferable to add it to the component within the Pane?
Hi, I actually don't need to add padding to the Pane. I was just experimenting with SplitPane component after commit 350ba3f, because I need scrollbars in my Panes.
So I put a random long content to Pane and add overflow: auto
and padding: 10px
to .Pane css class which is newly available. Then I hit this bug.
I guess, that somebody else will add padding to .Pane class too :-)
Jan
I'd be happy to accept any PR that helps with this...
Hi, you can reproduce this error by adding class
to example in index.html. Then try to resize
Pane
by draggingResizer
.Resizer
will be moved to the left for defaultSplitPane
and to the right forSplitPane
with propprimary="second"
Jan