Skip to content

Commit

Permalink
docs: make player container overflow hidden due to mux-video weirdness.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpillsbury committed Apr 11, 2024
1 parent fdc511a commit ab50132
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const PlayerContainer = ({ children }: { children: ReactNode }) => {
backgroundColor: 'black',
width: '80vw',
aspectRatio: '16/9',
overflow: 'hidden',
}}
>
{children}
Expand Down

0 comments on commit ab50132

Please sign in to comment.