From c142244d90786c3d7f9125bab3347b75236e3f94 Mon Sep 17 00:00:00 2001 From: nightwing Date: Tue, 8 May 2012 14:31:28 +0400 Subject: [PATCH] fix gutter z-index --- lib/ace/css/editor.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 {