From 92cb53dc89aaaa03236d441c56c2d6a97643e5fb Mon Sep 17 00:00:00 2001 From: junjie Date: Sun, 6 Dec 2015 19:08:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=85=A8=E5=B1=8F=E4=B9=8B?= =?UTF-8?q?=E5=90=8E=E8=83=8C=E6=99=AF=E5=86=85=E5=AE=B9=E9=87=8D=E5=8F=A0?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 由于preview没有指定z-index,在全屏之后可能会发生背景内容重叠的现象。 --- scss/editormd.codemirror.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/editormd.codemirror.scss b/scss/editormd.codemirror.scss index ad400b0..493399b 100644 --- a/scss/editormd.codemirror.scss +++ b/scss/editormd.codemirror.scss @@ -18,6 +18,7 @@ line-height: 1.6; display: none; background: #fff; + z-index:10; } .editormd { @@ -86,4 +87,4 @@ background-position: right; background-repeat: no-repeat; } -} \ No newline at end of file +}