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

[BUG] Horizontal hover-over scroll bar prevents mouse access to expansion #592

Closed
IanButterworth opened this issue Jun 1, 2020 · 2 comments
Labels

Comments

@IanButterworth
Copy link

On MacOS, the hover-only horizontal scroll bar that appears for long messages makes expanding in-line results almost impossible.

One idea for a fix would be increasing the height of the in-line results so that the expand button has some space above the scroll bar.

There’s currently a few pixel high accessible clickbox on the expander when the scrollbar appears.
C60C2AD0-0C57-4F4D-8C19-B1B1764C68EA

@IanButterworth
Copy link
Author

Another solution.. don't show the scroll bar on hover, just on scroll
That's what the docs do. Note the first code block behavior in https://docs.julialang.org/en/v1/stdlib/Distributed/#Distributed.pmap

Or maybe just hide the scroll bar entirely?

@aviatesk
Copy link
Member

I can repro this, let's just hide the scroll bar.
xref: JunoLab/atom-ink#279

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

2 participants