From dc710d63cbadb4294c85413aa85cd077522433dd Mon Sep 17 00:00:00 2001 From: danyaPostfactum Date: Tue, 22 May 2012 21:35:48 +1200 Subject: [PATCH] Fix IE bug (remove width: 100%) --- lib/ace/css/editor.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index e8eec1e9..af1cecf3 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -1,4 +1,3 @@ - .ace_editor { position: absolute; overflow: hidden; @@ -37,8 +36,8 @@ .ace_gutter_active_line { position: absolute; + left: 0; right: 0; - width: 100%; } .ace_scroller.horscroll {