We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9efea commit 6095286Copy full SHA for 6095286
src/components/split-pane.tsx
@@ -12,7 +12,7 @@ export const SplitPane = styled(ReactSplitPane)<{
12
.Resizer {
13
background: #000;
14
opacity: .3;
15
- z-index: 1;
+ z-index: 100;
16
-moz-box-sizing: border-box;
17
-webkit-box-sizing: border-box;
18
box-sizing: border-box;
0 commit comments