Fix the hidden x scrolling.
@ -50,9 +50,3 @@
.border-radius(0)
}
// FIXME: This is a horrible workaround for CodeMirror bug #2562.
// Let's try not to release 3.0 with this.
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar {
display: none !important;
@ -577,10 +577,6 @@ div.input_area > div.highlight > pre {
border: 0;
border-radius: 0;
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar {
/*
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
@ -9071,10 +9071,6 @@ div.input_area > div.highlight > pre {