Skip to content

Commit

Permalink
Fix seek bar thumbnail overflowing when exiting full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed Oct 25, 2024
1 parent f6e7344 commit f598392
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
so we want to make it black as it defaults to transparent
*/
background-color: #000;

/*
Fixes the seek bar thumbnails causing a horizontal scroll bar
to appear after exiting full screen and full window.
*/
overflow-x: hidden;
}

.player {
Expand Down

0 comments on commit f598392

Please sign in to comment.