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

Unnecessary scrollbars in compilation errors area #107

Open
lydell opened this issue Sep 7, 2019 · 2 comments
Open

Unnecessary scrollbars in compilation errors area #107

lydell opened this issue Sep 7, 2019 · 2 comments

Comments

@lydell
Copy link

lydell commented Sep 7, 2019

Screenshot from 2019-09-07 14-42-38

Notice how there are disabled scrollbars in the right-hand area where the compilation errors are. This is because the area has overflow: scroll; (which always shows scrollbars) rather than overflow: auto; (which only shows scrollbars if needed).

@tbash
Copy link
Member

tbash commented Dec 3, 2019

This looks like Firefox but what OS on you on? I've seen these appear on user's devices before, I wonder if it's related to some system setting. I'm not able to recreate this on OS X in any browser.

@lydell
Copy link
Author

lydell commented Dec 3, 2019

This particular screenshot is from Ubuntu, but it happens on Windows as well, regardless of browser.

On mac, you need to connect an external mouse or set General > Show scroll bars: always.

Screenshot 2019-12-03 at 07 36 57

On my mac, I usually use the always setting to avoid making the overflow: scroll; mistake myself :)

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

No branches or pull requests

2 participants