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

rollback #3358 #3401

merged 1 commit into from
Jun 4, 2013

Commits on Jun 4, 2013

  1. rollback ipython#3358

    closes ipython#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;
    }
    ```
    minrk committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    212c3f1 View commit details
    Browse the repository at this point in the history