[Mobile] Improve bottom buttons position of edit profile dialog

This commit is contained in:
Qolzam
2018-02-25 12:03:36 +07:00
parent 9ed7cd4d17
commit 99952c32bc

View File

@@ -60,8 +60,7 @@ const styles = (theme: any) => ({
[theme.breakpoints.down('xs')]: {
width: '100%',
height: '100%',
margin: 0,
overflowY: 'auto'
margin: 0
}
},
fixedDownStickyXS: {
@@ -76,7 +75,7 @@ const styles = (theme: any) => ({
bottomSpace: {
height: 16,
[theme.breakpoints.down('xs')]: {
height: 36
height: 90
}
}
})