1
0
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:
olav 2022-03-08 09:13:48 +01:00 committed by GitHub
parent 15bd0fbc84
commit 3ed8564758
2 changed files with 2 additions and 2 deletions

View File

@ -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,
},

View File

@ -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,
},