mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
fixes scrollbar position relative to navbar depending on player-page-open
This commit is contained in:
@ -4,10 +4,10 @@
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
/* fixes scrollbar positioning relative to nav bar + its opacity */
|
||||
/* fixes nav-bar-background opacity bug and allows clicking scrollbar through it */
|
||||
#nav-bar-background {
|
||||
right: 15px !important;
|
||||
opacity: 1 !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* remove window dragging for nav bar (conflict with titlebar drag) */
|
||||
|
||||
Reference in New Issue
Block a user