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

To many scrollbars in Chrome & Firefox #306

Open
peteruithoven opened this issue May 10, 2016 · 0 comments
Open

To many scrollbars in Chrome & Firefox #306

peteruithoven opened this issue May 10, 2016 · 0 comments
Labels

Comments

@peteruithoven
Copy link
Member

Chrome:
screenshot from 2016-05-10 12 35 04

This was cused by: #261
Which basicly created two overflow scroll rules:

We probbaly want to limit the newer one in settings.css to Y:

overflow-x: hidden;
overflow-y: scroll;

And remove the upper older one:

overflow: hidden;

This change would require some cross platform testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant