mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-19 01:17:18 +02:00
fix: move unsaved label below refresh popup (#772)
This commit is contained in:
parent
15bd0fbc84
commit
3ed8564758
@ -13,7 +13,7 @@ export const useStyles = makeStyles(theme => ({
|
||||
padding: '0.15rem 0.2rem',
|
||||
borderRadius: '3px',
|
||||
fontSize: theme.fontSizes.smallerBody,
|
||||
zIndex: 400,
|
||||
zIndex: 300,
|
||||
[theme.breakpoints.down(500)]: {
|
||||
right: 100,
|
||||
},
|
||||
|
@ -13,7 +13,7 @@ export const useStyles = makeStyles(theme => ({
|
||||
padding: '0.15rem 0.2rem',
|
||||
borderRadius: '3px',
|
||||
fontSize: theme.fontSizes.smallerBody,
|
||||
zIndex: 400,
|
||||
zIndex: 300,
|
||||
[theme.breakpoints.down(500)]: {
|
||||
right: 100,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user