parent
9fe34504e9
commit
eebe9d9252
2 changed files with 2 additions and 1 deletions
|
@ -308,7 +308,7 @@ class IDEView extends React.Component {
|
||||||
defaultSize="50%"
|
defaultSize="50%"
|
||||||
onChange={() => { this.overlay.style.display = 'block'; }}
|
onChange={() => { this.overlay.style.display = 'block'; }}
|
||||||
onDragFinished={() => { this.overlay.style.display = 'none'; }}
|
onDragFinished={() => { this.overlay.style.display = 'none'; }}
|
||||||
resizerStyle={{ marginRight: '5px' }}
|
resizerStyle={{ marginRight: '0', marginLeft: '-10px' }}
|
||||||
>
|
>
|
||||||
<SplitPane
|
<SplitPane
|
||||||
split="horizontal"
|
split="horizontal"
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
-moz-background-clip: padding;
|
-moz-background-clip: padding;
|
||||||
-webkit-background-clip: padding;
|
-webkit-background-clip: padding;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .Resizer:hover {
|
// .Resizer:hover {
|
||||||
|
|
Loading…
Reference in a new issue