mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
977b96ef1f
closes #3391 For users who need to hide the scrollbars while zooming text in the meantime, you can add the following to your custom.css: ```css .CodeMirror-scroll, .CodeMirror-wrap .CodeMirror-scroll { overflow: scroll; } .CodeMirror-vscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-hscrollbar { visibility: hidden; } ``` |
||
---|---|---|
docs/source/_static | ||
examples | ||
git-hooks | ||
IPython | ||
.gitignore | ||
.mailmap | ||
setup.py | ||
setupbase.py |