From af3a08da385d2cace538df0227933c4f3a26ffde Mon Sep 17 00:00:00 2001 From: kyo_ago Date: Wed, 26 Jan 2011 20:36:12 +0900 Subject: [PATCH] fix get textarea --- lib/ace/css/editor.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index 5b545728..5830a649 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -73,6 +73,13 @@ height: 100%; } +.ace_editor textarea { + border: none; + resize: none; + outline: none; + overflow: hidden; +} + .ace_layer { z-index: 1; position: absolute;