Hiding the scrollbars #3396
Replies: 2 comments 2 replies
-
Those double scrollbars are actually a bug that only seems to affect a few people (it could be part of youtube's weird A/B testing) quoting myself from #3039 (comment) , you can change the scrollbars appearance with a custom CSS file
In the example above I hid the horizontal scrollbars and made the vertical ones look thinner and rounder. Since I don't have the double scrollbar on my end, I don't know how it'll look for you, so you'll have to tweak it a bit to your liking. |
Beta Was this translation helpful? Give feedback.
-
The bug seems to be caused by youtube's notification popup, as noticed by #3039 (comment) I think this should fix it #3483 You can try it out with custom css: body {
overflow: hidden !important;
} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if we could hide the scroll bars on the right (specially the bigger one).

It is just a recommendation and obviously not any of the priority things but yeh just a lil tweak .
Beta Was this translation helpful? Give feedback.
All reactions