Fix display

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-22 13:42:09 +04:00
parent 09932ac27b
commit 0097ac8254
5 changed files with 14 additions and 16 deletions
+2 -2
View File
@@ -17,14 +17,14 @@ const StyledBox = styled(Box)({
[`& .${classes.switch}`]: {
position: 'absolute',
right: '1em',
top: '100px',
top: '60px',
zIndex: 1,
cursor: 'pointer'
},
[`& .${classes.switchFixed}`]: {
position: 'fixed',
right: '1em',
top: '90px',
top: '70px',
zIndex: 9990,
cursor: 'pointer'
}