Skip to content

Commit

Permalink
Merge pull request #5843 from minrk/ff-css
Browse files Browse the repository at this point in the history
remove Firefox-specific CSS workaround
  • Loading branch information
minrk committed May 15, 2014
2 parents f936b4d + a67ac8e commit 120fad1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions IPython/html/static/notebook/less/codemirror.less
Expand Up @@ -22,14 +22,6 @@
overflow-x: auto;
}

@-moz-document url-prefix() {
/* Firefox does weird and terrible things (#3549) when overflow-x is auto */
/* It doesn't respect the overflow setting anyway, so we can workaround it with this */
.CodeMirror-scroll {
overflow-x: hidden;
}
}

.CodeMirror-lines {
/* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */
/* we have set a different line-height and want this to scale with that. */
Expand Down
2 changes: 1 addition & 1 deletion IPython/html/static/style/ipython.min.css

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

2 changes: 1 addition & 1 deletion IPython/html/static/style/style.min.css

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

0 comments on commit 120fad1

Please sign in to comment.