2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-07 01:54:27 -06:00

Fix #166, z-index inconsistencies causing scroll issues

This commit is contained in:
Wes Cossick 2015-12-04 19:52:34 -06:00
parent 396de5f46c
commit 17dad384bc

View File

@ -218,7 +218,7 @@
top: 0; top: 0;
left: 0; left: 0;
background: #fafafa; background: #fafafa;
z-index: 2; z-index: 7;
overflow: auto; overflow: auto;
display: none; display: none;
box-sizing: border-box; box-sizing: border-box;
@ -232,7 +232,7 @@
top: 50px; top: 50px;
right: 0; right: 0;
background: #fafafa; background: #fafafa;
z-index: 9999; z-index: 9;
overflow: auto; overflow: auto;
display: none; display: none;
box-sizing: border-box; box-sizing: border-box;