mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Merge pull request #7583 from damianavila/hotfix/firefox
Fix the hidden x scrolling.
This commit is contained in:
commit
cf23e24c7b
@ -50,9 +50,3 @@
|
|||||||
.border-radius(0)
|
.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;
|
|
||||||
}
|
|
||||||
|
4
IPython/html/static/style/ipython.min.css
vendored
4
IPython/html/static/style/ipython.min.css
vendored
@ -577,10 +577,6 @@ div.input_area > div.highlight > pre {
|
|||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.CodeMirror-vscrollbar,
|
|
||||||
.CodeMirror-hscrollbar {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
|
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
|
||||||
|
4
IPython/html/static/style/style.min.css
vendored
4
IPython/html/static/style/style.min.css
vendored
@ -9071,10 +9071,6 @@ div.input_area > div.highlight > pre {
|
|||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.CodeMirror-vscrollbar,
|
|
||||||
.CodeMirror-hscrollbar {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
|
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
|
||||||
|
Loading…
Reference in New Issue
Block a user