Go to file
Min RK 6f354fea42 Reverse hscrollbar min-height hack on OS X
OS X has optional behavior to only draw scrollbars during scroll,
which causes problems for CodeMirror's scrollbars.
CodeMirror's solution is to set a minimum size for their
scrollbars, which is always present.

The trade is that the container overlays most of the last line,
swallowing click events when there is scrolling to do,
even when no scrollbar is visible.

This reverses the trade, recovering the click events at the expense of
never showing the horizontal scrollbar on OS X when this option is enabled.
2015-02-02 10:59:29 -08:00
docs all new fields are backward-compatible 2015-01-24 12:10:09 -08:00
examples add kernel metadata to example notebooks 2015-01-30 13:57:37 -08:00
git-hooks Git hooks need to use invoke, not fab 2014-12-10 10:35:00 -08:00
IPython Reverse hscrollbar min-height hack on OS X 2015-02-02 10:59:29 -08:00
tools/tests add kernel metadata to example notebooks 2015-01-30 13:57:37 -08:00
.gitignore [issue547] add emacs tmp files and .coverage files to gitignore 2014-11-07 23:09:44 +00:00
.mailmap update mailmap 2015-01-30 13:57:36 -08:00
Dockerfile Bump less to @<3.0 so setup.py css works 2015-01-21 22:08:39 -05:00
setup.py Closes #7558: Added pygments entry points for ipython lexers. 2015-01-23 19:52:20 -05:00
setupbase.py verify that setup.py jsversion did something 2015-01-30 14:19:25 -08:00