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

Scrollbar hides content in documentation popovers #24623

Open
Alaz-Oz opened this issue Feb 11, 2025 · 2 comments
Open

Scrollbar hides content in documentation popovers #24623

Alaz-Oz opened this issue Feb 11, 2025 · 2 comments
Labels
popovers Feedback for tooltips, syntax hints, info popups, toasts, etc scrolling Scrollbar and scrolling

Comments

@Alaz-Oz
Copy link

Alaz-Oz commented Feb 11, 2025

Summary

The scrollbar in zed sometimes hides content, and is very annoying to see past it.

Steps to trigger the problem:

  1. Hover over a function to see its documentation, (The documentation must be long, so it is scrollable)

Actual Behavior:

Check the Docs (s is not visible as it is hidden by the scrollbar)
Image

Expected Behavior:

  • The scrollbar should shrink or disappear after some timeout, so that the text behind it is clearly visible.
  • When moving the mouse again, it should again appear.

Zed Version and System Specs

Zed: v0.172.11 (Zed)
OS: macOS 15.3.0
Memory: 8 GiB
Architecture: aarch64

@Alaz-Oz
Copy link
Author

Alaz-Oz commented Feb 11, 2025

In the code editor too, it is hard to put the cursor at the end of a long line, with a mouse, because of the obstruction from the scrollbar.

Image

Possible solutions:

  • There should be some between the end of the line and the scrollbar, i.e., the horizontal scroll should overscroll a little.

@notpeter notpeter changed the title Scrollbar hides content Scrollbar hides content in documentation popovers Feb 11, 2025
@JosephTLyons JosephTLyons added popovers Feedback for tooltips, syntax hints, info popups, toasts, etc scrolling Scrollbar and scrolling labels Feb 11, 2025
@JosephTLyons
Copy link
Collaborator

Thanks for reporting this @Alaz-Oz!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
popovers Feedback for tooltips, syntax hints, info popups, toasts, etc scrolling Scrollbar and scrolling
Projects
None yet
Development

No branches or pull requests

2 participants