editor: CM scroller height fix for resize-grip (fixup b45f51f1)

fixes #142
This commit is contained in:
tophf 2017-08-09 16:55:07 +03:00
parent a37281afb7
commit d2b81be9d1

View File

@ -144,8 +144,8 @@ h2 .svg-icon, label .svg-icon {
border: solid #CCC 1px; border: solid #CCC 1px;
} }
.CodeMirror-scroll { .CodeMirror-scroll {
height: auto; height: auto !important;;
position: absolute; position: absolute !important;
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;