From 19c3031abf2ff02d0ebf05ee587792180991fd19 Mon Sep 17 00:00:00 2001 From: nightwing Date: Thu, 10 Jan 2013 13:39:34 +0400 Subject: [PATCH] change default editor position to relative --- lib/ace/css/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index 934b6905..c4b40a4f 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -1,5 +1,5 @@ .ace_editor { - position: absolute; + position: relative; overflow: hidden; font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace; }