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

Selection info shows scroll bar #1175

Closed
ollimeier opened this issue Mar 7, 2024 · 5 comments · Fixed by #1180
Closed

Selection info shows scroll bar #1175

ollimeier opened this issue Mar 7, 2024 · 5 comments · Fixed by #1180

Comments

@ollimeier
Copy link
Collaborator

Feedback from user Mark:

Not sure if this is intended: now on the right panel, when the panel is too narrow or if the entry name is too long, we get a horizontal scroll bar under the name. But when I scroll to the right I still can’t see the whole name. 😅

Capture d’écran 2024-03-07 à 15 25 25

@ollimeier
Copy link
Collaborator Author

A solution for not displaying the scrollbar might be:

-ms-overflow-style: none;
scrollbar-width: none;

@navv-1
Copy link
Contributor

navv-1 commented Mar 7, 2024

I think just change overflow-x: auto; to overflow-x: hidden;

@ollimeier
Copy link
Collaborator Author

@navv-1 Sure, overflow-x: hidden; will remove the scroll bar,BUT you won't be able to scroll at all in x direction. So, no possibility to read the full name.

@ollimeier
Copy link
Collaborator Author

@justvanrossum and @navv-1 I would prefer to be able to scroll, but hide the scroll bar:
#1180

@justvanrossum
Copy link
Collaborator

The name should be truncated with "...", scrollable at that small space makes no sense to me at all.

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

Successfully merging a pull request may close this issue.

3 participants