Fix display
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user