2
0
Эх сурвалжийг харах

Fix: Dropdown to copy page path/URL/MarkdownLink shows under CodeMirror vscrollbar

Yuki Takei 6 жил өмнө
parent
commit
e713421f36

+ 1 - 1
src/client/styles/scss/_on-edit.scss

@@ -90,7 +90,7 @@ body.on-edit {
 
     position: absolute;
     left: $left-margin;
-    z-index: 1;
+    z-index: 7; // forward than .CodeMirror-vscrollbar
     width: calc(100% - #{$left-margin} - #{$right-margin});
     padding-top: 3px;
     pointer-events: none; // disable pointer-events because it becomes an obstacle