ok
This commit is contained in:
@@ -220,7 +220,7 @@ useEffect(() => {
|
|||||||
const containerStyle = {
|
const containerStyle = {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
height: '100vh',
|
height: '100%',
|
||||||
backgroundColor: '#000',
|
backgroundColor: '#000',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
};
|
};
|
||||||
@@ -246,7 +246,7 @@ const imageStyle = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const controlsStyle = {
|
const controlsStyle = {
|
||||||
position: 'absolute',
|
position: 'fixed',
|
||||||
bottom: '30px',
|
bottom: '30px',
|
||||||
left: '50%',
|
left: '50%',
|
||||||
transform: 'translateX(-50%)',
|
transform: 'translateX(-50%)',
|
||||||
|
|||||||
Reference in New Issue
Block a user