-
Notifications
You must be signed in to change notification settings - Fork 27
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
Comments
A solution for not displaying the scrollbar might be:
|
I think just change |
@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. |
@justvanrossum and @navv-1 I would prefer to be able to scroll, but hide the scroll bar: |
The name should be truncated with "...", scrollable at that small space makes no sense to me at all. |
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. 😅
The text was updated successfully, but these errors were encountered: