fix pointer events causing context menu to end up underneath image on iOS

This commit is contained in:
Josh Hawkins 2024-12-26 13:48:14 -06:00
parent db66dc2c02
commit 3e7c7502ef

View File

@ -327,7 +327,7 @@ export default function LivePlayer({
)} )}
> >
<AutoUpdatingCameraImage <AutoUpdatingCameraImage
className="size-full" className="pointer-events-none size-full"
camera={cameraConfig.name} camera={cameraConfig.name}
showFps={false} showFps={false}
reloadInterval={stillReloadInterval} reloadInterval={stillReloadInterval}