Merge pull request #7583 from damianavila/hotfix/firefox

Fix the hidden x scrolling.
Matthias Bussonnier 11 years ago
commit cf23e24c7b

@ -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 {
display: none !important;
}
/*
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>

@ -9071,10 +9071,6 @@ div.input_area > div.highlight > pre {
border: 0;
border-radius: 0;
}
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar {
display: none !important;
}
/*
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>

Loading…
Cancel
Save