From ab50132770d1ce320b6ca2b21b3de470f46adf02 Mon Sep 17 00:00:00 2001 From: Christian Pillsbury Date: Thu, 11 Apr 2024 11:14:31 -0500 Subject: [PATCH] docs: make player container overflow hidden due to mux-video weirdness. --- .../app/material-ui-player-chrome/components/PlayerContainer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/nextjs-with-typescript/src/app/material-ui-player-chrome/components/PlayerContainer.tsx b/examples/nextjs-with-typescript/src/app/material-ui-player-chrome/components/PlayerContainer.tsx index 073610fab..87e022a8e 100644 --- a/examples/nextjs-with-typescript/src/app/material-ui-player-chrome/components/PlayerContainer.tsx +++ b/examples/nextjs-with-typescript/src/app/material-ui-player-chrome/components/PlayerContainer.tsx @@ -26,6 +26,7 @@ const PlayerContainer = ({ children }: { children: ReactNode }) => { backgroundColor: 'black', width: '80vw', aspectRatio: '16/9', + overflow: 'hidden', }} > {children}