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

Extra scrollbars #12

Closed
bill-myers opened this issue Oct 27, 2014 · 1 comment
Closed

Extra scrollbars #12

bill-myers opened this issue Oct 27, 2014 · 1 comment
Milestone

Comments

@bill-myers
Copy link

In both Firefox and Chrome, extra scrollbars and shown in all panes, which look horrible.

The problem is that you are setting "overflow: scroll" on all the divs, which is dumb.

You should use "overflow: auto" instead.

@sosedoff
Copy link
Owner

Good catch. This has to do with my local OSX settings where scrollbars are only visible during scrolling.

@sosedoff sosedoff added this to the 0.4.0 milestone Oct 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants