Jonathan Frederic 12 years ago
parent 0ec796cfc7
commit 5e5aecb4c2

@ -22,14 +22,6 @@
overflow-x: auto;
}
@-moz-document url-prefix() {
/* Firefox does weird and terrible things (#3549) when overflow-x is auto */
/* It doesn't respect the overflow setting anyway, so we can workaround it with this */
.CodeMirror-scroll {
overflow-x: hidden;
}
}
.CodeMirror-lines {
/* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */
/* we have set a different line-height and want this to scale with that. */

Loading…
Cancel
Save