fix: dark overlay not disapearing

This commit is contained in:
Fredrik Burmester
2024-10-13 14:56:50 +02:00
parent d6ee1807f3
commit bbd12c540a

View File

@@ -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`}