From 65826fdbb31a357d4ec41c69058b8dfb69d80ee1 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:49:52 +1000 Subject: [PATCH] Re-add to hide video player overflow (#3979) --- ui/v2.5/src/components/ScenePlayer/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/v2.5/src/components/ScenePlayer/styles.scss b/ui/v2.5/src/components/ScenePlayer/styles.scss index 2a5f6eefb..0878c7704 100644 --- a/ui/v2.5/src/components/ScenePlayer/styles.scss +++ b/ui/v2.5/src/components/ScenePlayer/styles.scss @@ -25,6 +25,7 @@ $sceneTabWidth: 450px; .video-wrapper { height: 56.25vw; + overflow: hidden; position: relative; width: 100%;