1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-24 01:18:01 +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', padding: '0.15rem 0.2rem',
borderRadius: '3px', borderRadius: '3px',
fontSize: theme.fontSizes.smallerBody, fontSize: theme.fontSizes.smallerBody,
zIndex: 400, zIndex: 300,
[theme.breakpoints.down(500)]: { [theme.breakpoints.down(500)]: {
right: 100, right: 100,
}, },

View File

@ -13,7 +13,7 @@ export const useStyles = makeStyles(theme => ({
padding: '0.15rem 0.2rem', padding: '0.15rem 0.2rem',
borderRadius: '3px', borderRadius: '3px',
fontSize: theme.fontSizes.smallerBody, fontSize: theme.fontSizes.smallerBody,
zIndex: 400, zIndex: 300,
[theme.breakpoints.down(500)]: { [theme.breakpoints.down(500)]: {
right: 100, right: 100,
}, },