Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fixes #2552 - Added css to force fixed width and added overflow to al…
Browse files Browse the repository at this point in the history
…low scrollbar on the queued items flex container on the miniplayer
  • Loading branch information
daron-walters committed Apr 30, 2020
2 parents 553861c + c302316 commit 04d4b58
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ div.ytp-fullscreen video, .fxr-vr-video {
}



/*
Force a fixed height so that Youtube mini player can have a scrollbar
for items in queue.
*/
#card #items
{
display: block;
Expand Down

0 comments on commit 04d4b58

Please sign in to comment.