Fix preview overlap issue

This commit is contained in:
Wes Cossick 2015-10-20 15:13:28 -05:00
parent 55f3c243c8
commit 03b5ed2551
3 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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;