-
Notifications
You must be signed in to change notification settings - Fork 881
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]: duplicated scrollbar #3039
Comments
I second this, but I raise a bigger issue with it. |
you can use a custom css theme to customize the scrollbar Example: * {
scrollbar-width: unset !important;
scrollbar-color: unset !important;
}
*::-webkit-scrollbar {
width: 8px !important;
height: 0px !important;
}
*::-webkit-scrollbar-thumb {
border-radius: 4px;
border: 2px solid transparent;
background-clip: padding-box;
} The double scrollbar doesn't seem to happen on Linux, so idk |
Yeah for real literally that's what I am showing 2 big chunk of white scrollbar I hope it gets fixed and gets a modern rounded small scrollbar we all know and also has been shown in my design example. |
I don't know about Linux but most of the people use and it is a problem here so . |
Not easy to fix. this is a UI/UX flaw on YouTube. |
Also, this is a “bug”, not a “feature request”. |
Appreciate your input. It seems it only shows the double scrollbar sometimes, I reset the app and it worked. |
For me it shows me ever since from 3.5.3 to 3.7.5 version.It would be a great touch if can be fixed. |
@ValiantZippu and anyone else with this issue... I should mention something else, it might help fix it, as I think it might have fixed mine, I just forgot that extra step.
I think this might have fixed that issue, for some reason... CSS snippet:
|
I have it on Arch Linux |
I couldn't reproduce the bug on NixOS so I assumed it didn't happen on Linux, but as Jellybrick pointed out earlier it could be A/B testing:
It's still kinda weird though, I wonder if this happens on the web too (chromium/firefox/webkit) or just here. |
I don't think it was always there for me either. In any case, the custom CSS fixed it for me, at least for now. |
The CSS config works [ Mostly ] For me the double scrollbar now appears randomly in artist page and anywhere the navigation bar is present |
Preflight Checklist
Problem Description
So basically we have a scroll bar right ?
and it works right ?
but does it looks visually appealing ? No right ?
That's what I am saying
Proposed Solution
I have a suggestion that I hope you will consider. The current scrollbar is not visually appealing, and I find it unnecessary. I believe that the same functionality can be achieved with a more modern, smaller scrollbar.
this is the current one

and this is the simple modern sample [ we all know ]

Alternatives Considered
.
Additional Information
No response
The text was updated successfully, but these errors were encountered: