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