style: fixed pane splitter z-index issues
mellbacon committed
Jun 15, 2023 at 12:17 UTC
4ff09d155b167a65bee4c15bd4e8c8f8b8f70ff9
1 file changed
+2
-2
src/global.css
+2
-2
@@ -78,7 +78,7 @@ ul {
78
position: relative;
79
}
80
.editor-panes .splitpanes__splitter.splitpanes__splitter__active {
81
- z-index: 5;
81
+ z-index: 1;
82
}
83
.editor-panes .splitpanes__splitter::before {
84
content: '';
@@ -88,7 +88,7 @@ ul {
88
transition: opacity 0.2s;
89
background-color: #34b0f8;
90
opacity: 0;
91
- z-index: 3;
91
+ z-index: 1;
92
}
93
.editor-panes .splitpanes__splitter:hover::before {
94
opacity: 1;