mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 11:01:45 +00:00
fix(ytm-bugs): fixed a scrollbar-color bug that affected Chromium 121 and later
fix #1737
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user