Skip to content

Commit 92cb53d

Browse files
committed
修正全屏之后背景内容重叠的问题
由于preview没有指定z-index,在全屏之后可能会发生背景内容重叠的现象。
1 parent af08536 commit 92cb53d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/editormd.codemirror.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
line-height: 1.6;
1919
display: none;
2020
background: #fff;
21+
z-index:10;
2122
}
2223

2324
.editormd {
@@ -86,4 +87,4 @@
8687
background-position: right;
8788
background-repeat: no-repeat;
8889
}
89-
}
90+
}

0 commit comments

Comments
 (0)