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

Scroll Bar Hide Option Not Working #2195

Closed
testaccunt123 opened this issue Apr 20, 2024 · 1 comment · Fixed by #2214
Closed

Scroll Bar Hide Option Not Working #2195

testaccunt123 opened this issue Apr 20, 2024 · 1 comment · Fixed by #2214
Assignees
Labels
Bug Bug or required update after YouTube changes good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!*

Comments

@testaccunt123
Copy link

There's an option to hide the scroll bar to the right,it does not work anymore.

@testaccunt123 testaccunt123 added Bug Bug or required update after YouTube changes good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥ labels Apr 20, 2024
@raszpl
Copy link
Contributor

raszpl commented Apr 27, 2024

I can confirm that its not vanishing in Chrome for me either

html[it-scroll-bar=hidden] body {overflow-y: overlay;}
html[it-scroll-bar=hidden] ::-webkit-scrollbar {display: none;}

doesnt seem to work

html[dark] {
    scrollbar-color: hsl(0, 0%, 67%) transparent;
}
html {
    scrollbar-color: var(--yt-spec-text-secondary) transparent;
}

scrollbar-color overrides ::-webkit-scrollbar, fix uploaded #2214

@raszpl raszpl self-assigned this Apr 27, 2024
@raszpl raszpl removed help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥ labels Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug or required update after YouTube changes good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!*
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants