fix(ytm-bugs): fixed a scrollbar-color bug that affected Chromium 121 and later

fix #1737
This commit is contained in:
JellyBrick
2024-02-22 12:53:34 +09:00
parent 3aa9398481
commit 3a6274504f

View File

@ -51,3 +51,8 @@ ytmusic-guide-renderer {
100vh - var(--menu-bar-height) - var(--ytmusic-nav-bar-height)
) !important;
}
/* ytm-bugs: see https://github.com/th-ch/youtube-music/issues/1737 */
html {
scrollbar-color: unset;
}