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