[Mobile] Improve bottom buttons position of edit profile dialog
This commit is contained in:
@@ -60,8 +60,7 @@ const styles = (theme: any) => ({
|
|||||||
[theme.breakpoints.down('xs')]: {
|
[theme.breakpoints.down('xs')]: {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
margin: 0,
|
margin: 0
|
||||||
overflowY: 'auto'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
fixedDownStickyXS: {
|
fixedDownStickyXS: {
|
||||||
@@ -76,7 +75,7 @@ const styles = (theme: any) => ({
|
|||||||
bottomSpace: {
|
bottomSpace: {
|
||||||
height: 16,
|
height: 16,
|
||||||
[theme.breakpoints.down('xs')]: {
|
[theme.breakpoints.down('xs')]: {
|
||||||
height: 36
|
height: 90
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user