Skip to content

Commit cb22382

Browse files
committed
fix the nonscrolling issue
1 parent c7b2776 commit cb22382

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/styles/components/_editor.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,3 +460,7 @@ pre.CodeMirror-line {
460460
.emmet-close-tag {
461461
text-decoration: underline;
462462
}
463+
464+
.cm-editor {
465+
height: 100%;
466+
}

0 commit comments

Comments
 (0)