From 56cc72e87797af2c4c1441ba676139a936ae098b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=99=B6=E6=B5=A9?= Date: Sun, 11 Jan 2015 16:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E9=A2=84=E8=A7=88div=E7=9A=84z-index=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/libs/editor/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/libs/editor/editor.css b/public/libs/editor/editor.css index b5653443e8..86fadd0c91 100644 --- a/public/libs/editor/editor.css +++ b/public/libs/editor/editor.css @@ -406,7 +406,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;} top: 0; left: 100%; background: #f9f9f5; - z-index: 9999; + z-index: 1000; overflow: auto; -webkit-transition: left 0.2s ease; -moz-transition: left 0.2s ease;