Skip to content

Commit

Permalink
Merge pull request #2274 from raszpl/patch-5
Browse files Browse the repository at this point in the history
Update general.css scrollbar in fullscreen fix #2268
  • Loading branch information
ImprovedTube authored May 16, 2024
2 parents 8ea7db4 + e048e71 commit 96879c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js&css/extension/www.youtube.com/general/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,9 @@ html[it-pathname='/feed/subscriptions'][it-collapse-of-subscription-sections='tr
html[it-scroll-bar=hidden] body {overflow-y: overlay;}
html[it-scroll-bar=hidden] ::-webkit-scrollbar {display: none;}
html[it-scroll-bar=hidden],
html[it-scroll-bar=hidden][dark] {
scrollbar-color: unset;
html[it-scroll-bar=hidden][dark],
html[it-scroll-bar=hidden] ytd-app {
scrollbar-color: unset;
}
/*--------------------------------------------------------------
# ADD "SCROLL TO TOP"
Expand Down

0 comments on commit 96879c6

Please sign in to comment.