Fix preview overlap issue

pull/139/head
Wes Cossick 9 years ago
parent 55f3c243c8
commit 03b5ed2551

@ -341,6 +341,7 @@ span.CodeMirror-selectedtext { background: none; }
border-bottom-right-radius: 4px;
padding: 10px;
font: inherit;
z-index: 1;
}
.CodeMirror-scroll {
@ -554,7 +555,7 @@ span.CodeMirror-selectedtext { background: none; }
top: 0;
left: 0;
background: #fafafa;
z-index: 9999;
z-index: 2;
overflow: auto;
display: none;
box-sizing: border-box;

File diff suppressed because one or more lines are too long

@ -6,6 +6,7 @@
border-bottom-right-radius: 4px;
padding: 10px;
font: inherit;
z-index: 1;
}
.CodeMirror-scroll {
@ -219,7 +220,7 @@
top: 0;
left: 0;
background: #fafafa;
z-index: 9999;
z-index: 2;
overflow: auto;
display: none;
box-sizing: border-box;

Loading…
Cancel
Save