From c43618f2cb2de4ca8f236dcf2eecab02634b7a25 Mon Sep 17 00:00:00 2001 From: Bernie Telles Date: Tue, 15 Nov 2011 00:23:52 -0800 Subject: [PATCH] Increase z-index of textarea so it works with jQuery dialogs with modal=true --- 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 5793ddc1..cea42009 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -84,7 +84,7 @@ .ace_editor textarea { position: fixed; - z-index: -1; + z-index: 2000; width: 10px; height: 30px; opacity: 0;