diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index f7250101..5b545728 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -93,7 +93,7 @@ } .ace_cursor-layer { - z-index: 0; + z-index: 4; cursor: text; pointer-events: none; }