Fix SwitchTheme position
This commit is contained in:
@@ -21,8 +21,8 @@ const StyledBox = styled(Box)({
|
|||||||
},
|
},
|
||||||
[`& .${classes.switchFixed}`]: {
|
[`& .${classes.switchFixed}`]: {
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
right: '1em',
|
right: '0.5em',
|
||||||
top: '70px',
|
top: '68px',
|
||||||
zIndex: 9990,
|
zIndex: 9990,
|
||||||
cursor: 'pointer'
|
cursor: 'pointer'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user