From 7d999a17c326b0ab507e1255579da9a83d2b04ce Mon Sep 17 00:00:00 2001 From: everythingonblack Date: Thu, 10 Jul 2025 11:25:57 +0700 Subject: [PATCH] ok --- src/Camera.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Camera.js b/src/Camera.js index 71c44d4..3d5ffaf 100644 --- a/src/Camera.js +++ b/src/Camera.js @@ -220,7 +220,7 @@ useEffect(() => { const containerStyle = { position: 'absolute', width: '100%', - height: '100vh', + height: '100%', backgroundColor: '#000', overflow: 'hidden', }; @@ -246,7 +246,7 @@ const imageStyle = { }; const controlsStyle = { - position: 'absolute', + position: 'fixed', bottom: '30px', left: '50%', transform: 'translateX(-50%)',