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 styles to youtube miniplayer list to give a fix…
Browse files Browse the repository at this point in the history
…ed height. Also added scroll style to force scrollbar

Fixes #2552 Added css styles to youtube miniplayer list to give a fixed height.  Also added scroll style to force scrollbar

Fixes #2552 Added css styles to youtube miniplayer list to give a fixed height.  Also added scroll style to force scrollbar
  • Loading branch information
daron-walters committed Apr 30, 2020
1 parent d3f3c9b commit 553861c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/assets/web_extensions/webcompat_youtube/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,12 @@ div.ytp-fullscreen video, .fxr-vr-video {
height: 100% !important;
position: relative !important;
}



#card #items
{
display: block;
height: 70%;
overflow-y:scroll;
}

0 comments on commit 553861c

Please sign in to comment.