From ffada5c7b2f97240e890e4c6a608a26df1fcd5d1 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Wed, 26 Jan 2011 19:48:00 +0100 Subject: [PATCH] make cursor visible again --- 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 f7250101..5b545728 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -93,7 +93,7 @@ } .ace_cursor-layer { - z-index: 0; + z-index: 4; cursor: text; pointer-events: none; }