##// END OF EJS Templates
Fix the hidden x scrolling.
damianavila -
Show More
@@ -50,9 +50,3 b''
50 .border-radius(0)
50 .border-radius(0)
51 }
51 }
52
52
53 // FIXME: This is a horrible workaround for CodeMirror bug #2562.
54 // Let's try not to release 3.0 with this.
55
56 .CodeMirror-vscrollbar, .CodeMirror-hscrollbar {
57 display: none !important;
58 }
@@ -577,10 +577,6 b' div.input_area > div.highlight > pre {'
577 border: 0;
577 border: 0;
578 border-radius: 0;
578 border-radius: 0;
579 }
579 }
580 .CodeMirror-vscrollbar,
581 .CodeMirror-hscrollbar {
582 display: none !important;
583 }
584 /*
580 /*
585
581
586 Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
582 Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
@@ -9071,10 +9071,6 b' div.input_area > div.highlight > pre {'
9071 border: 0;
9071 border: 0;
9072 border-radius: 0;
9072 border-radius: 0;
9073 }
9073 }
9074 .CodeMirror-vscrollbar,
9075 .CodeMirror-hscrollbar {
9076 display: none !important;
9077 }
9078 /*
9074 /*
9079
9075
9080 Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
9076 Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
General Comments 0
You need to be logged in to leave comments. Login now