mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 15:48:05 +00:00
fix: dark overlay not disapearing
This commit is contained in:
@@ -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`}
|
||||
|
||||
Reference in New Issue
Block a user