Skip to content

Commit 6095286

Browse files
committed
Don't let the Send response line cover the pane-splitter
1 parent 6c9efea commit 6095286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/split-pane.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const SplitPane = styled(ReactSplitPane)<{
1212
.Resizer {
1313
background: #000;
1414
opacity: .3;
15-
z-index: 1;
15+
z-index: 100;
1616
-moz-box-sizing: border-box;
1717
-webkit-box-sizing: border-box;
1818
box-sizing: border-box;

0 commit comments

Comments
 (0)