diff --git a/edit.html b/edit.html
index 775c5a08..2ec63cc2 100644
--- a/edit.html
+++ b/edit.html
@@ -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;
}