diff --git a/components/video-player/Controls.tsx b/components/video-player/Controls.tsx index 3f13d381..d6290d98 100644 --- a/components/video-player/Controls.tsx +++ b/components/video-player/Controls.tsx @@ -292,6 +292,7 @@ export const Controls: React.FC = ({ left: 0, width: windowDimensions.width + 100, height: windowDimensions.height + 100, + opacity: showControls ? 1 : 0, }, ]} className={`bg-black/50 z-0`}