Skip to content

Commit

Permalink
Backport PR #4193: Update for #3549: Append Firefox overflow-x fix
Browse files Browse the repository at this point in the history
Firefox seems to require an additional "url-prefix()" for #3549 to work.
  • Loading branch information
minrk committed Dec 24, 2013
1 parent 3d76a80 commit 6618eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/html/static/notebook/less/codemirror.less
Expand Up @@ -22,7 +22,7 @@
overflow-x: auto;
}

@-moz-document {
@-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 {
Expand Down

0 comments on commit 6618eb5

Please sign in to comment.