editor: CM scroller height fix for resize-grip

This commit is contained in:
tophf 2017-07-01 13:37:35 +03:00
parent d02ca476a7
commit b45f51f136

View File

@ -192,6 +192,14 @@
.CodeMirror {
border: solid #CCC 1px;
}
.CodeMirror-scroll {
height: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 6px; /* resize-grip height */
}
.CodeMirror-lint-mark-warning {
background: none;
}