Skip to content

Commit

Permalink
fix: dark overlay not disapearing
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikburmester committed Oct 13, 2024
1 parent d6ee180 commit bbd12c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/video-player/Controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ export const Controls: React.FC<Props> = ({
left: 0,
width: windowDimensions.width + 100,
height: windowDimensions.height + 100,
opacity: showControls ? 1 : 0,
},
]}
className={`bg-black/50 z-0`}
Expand Down

0 comments on commit bbd12c5

Please sign in to comment.