diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index c4e2e9e2..e8eec1e9 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -8,8 +8,7 @@ .ace_scroller { position: absolute; - overflow-x: scroll; - overflow-y: hidden; + overflow: hidden; } .ace_content { @@ -33,7 +32,7 @@ height: 100%; width: auto; cursor: default; - z-index: 1000; + z-index: 4; } .ace_gutter_active_line {