Merge pull request #7583 from damianavila/hotfix/firefox

Fix the hidden x scrolling.
This commit is contained in:
Matthias Bussonnier 2015-01-25 20:19:22 +01:00
commit cf23e24c7b
3 changed files with 0 additions and 14 deletions

View File

@ -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;
}

View File

@ -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>

View File

@ -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>