editor: CM scroller height fix for resize-grip (fixup b45f51f1
)
fixes #142
This commit is contained in:
parent
a37281afb7
commit
d2b81be9d1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user