Skip to content

Commit

Permalink
Remove player-container overflow cs-education#121
Browse files Browse the repository at this point in the history
Hide overflow on the player-container div to remove extra scroll bar caused by small size difference.
  • Loading branch information
baileytincher authored Feb 20, 2019
1 parent 53706f1 commit a310aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/stylesheets/videojs-playlist-ui-demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ body {
.player-container {
background: #1a1a1a;
overflow: auto;
overflow-y: hidden;
/*width: 900px;*/
width: 100%;
margin-left: 0;
Expand Down

0 comments on commit a310aac

Please sign in to comment.