-
Notifications
You must be signed in to change notification settings - Fork 50.6k
[DevTools] fix: hide scrollbar for suspense breadcrumbs #34914
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
Conversation
eps1lon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can still scroll, you just won't see the scrollbar. I am not sure why are we seeing different scrollbar behaviour, are you using Canary version of Chrome or do you have any flags enabled in Update: still reproduces for me in Canary build. |
|
Does it reproduce in Chrome stable? We don't hide scrollbars anywhere else so users aren't used to hidden scrollbars. |
|
This is standard behavior on macos if you hide scrollbars unless you're scrolling i.e. it's the express wish that the scrollbar bleeds into content. You can change this under "Appearance > Show scroll bars". I don't know how Apple expects to work around that. Either you add padding, but then everybody gets less space or you live with this behavior. |
It reproduces for me both on stable and canary builds. It could be something weird with my feature flags / setup, I am not sure where to check. |
Should we style the scrollbar then, at least? So that it works in both scenarios. |
|
This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated. |
|
Closing this pull request after a prolonged period of inactivity. If this issue is still present in the latest release, please ask for this pull request to be reopened. Thank you! |

In Chrome, the scrollbar almost takes the whole container size. This is before:
