Skip to content

Commit 17dad38

Browse files
author
Wes Cossick
committed
Fix sparksuite#166, z-index inconsistencies causing scroll issues
1 parent 396de5f commit 17dad38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/simplemde.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
top: 0;
219219
left: 0;
220220
background: #fafafa;
221-
z-index: 2;
221+
z-index: 7;
222222
overflow: auto;
223223
display: none;
224224
box-sizing: border-box;
@@ -232,7 +232,7 @@
232232
top: 50px;
233233
right: 0;
234234
background: #fafafa;
235-
z-index: 9999;
235+
z-index: 9;
236236
overflow: auto;
237237
display: none;
238238
box-sizing: border-box;

0 commit comments

Comments
 (0)