This commit is contained in:
Cassie Tarakajian 2018-12-12 14:43:28 -05:00 committed by GitHub
parent 9fe34504e9
commit eebe9d9252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -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 {