Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rollback #3358 #3401

Merged
merged 1 commit into from
Jun 4, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,8 @@
.CodeMirror-scroll {
/* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/
/* We have found that if it is visible, vertical scrollbars appear with font size changes.*/
/* overflow: scroll prevents scrollbars being drawn on top of the last line of the cell, */
/* but at the expense of extra gutter at the bottom. To compensate, we shrink the margin */
/* between the last line and the scrollbar when it's drawn. */
overflow: scroll;
margin-bottom: -38px; /* default margin is -30px */
}

/* this one is needed for Text Cells to match code cells for some reason */
.CodeMirror-wrap .CodeMirror-scroll {
overflow: scroll;
}

/* CM sometimes draws a vertical scrollbar under zoom, but it never should in the Notebook. */
/* this hides them - display: none would be preferable, but it gets clobbered by CodeMirror */
.CodeMirror-vscrollbar, .CodeMirror-scrollbar-filler {
visibility: hidden;
overflow-y: hidden;
overflow-x: auto;
}

.CodeMirror-lines {
Expand Down
4 changes: 1 addition & 3 deletions IPython/frontend/html/notebook/static/style/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.