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