code-charity/youtube

Scroll Bar Hide Option Not Working

Closed this issue · 1 comments

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

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