fixes scrollbar position relative to navbar depending on player-page-open

This commit is contained in:
Araxeus
2021-10-25 22:45:11 +03:00
parent e0841060df
commit 12c31725fe
2 changed files with 18 additions and 2 deletions

View File

@ -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) */