diff --git a/react/MuiCozyTheme/makeOverrides.js b/react/MuiCozyTheme/makeOverrides.js index 6ea5cd5b68..fb718eb933 100644 --- a/react/MuiCozyTheme/makeOverrides.js +++ b/react/MuiCozyTheme/makeOverrides.js @@ -506,11 +506,13 @@ export const makeOverrides = theme => ({ '& .dialogContentWrapper': { flexGrow: 1, '&:not(.withActions)': { - paddingBottom: '16px' + paddingBottom: + 'calc(env(safe-area-inset-bottom) + var(--flagship-bottom-height) + 16px)' } }, '& .cozyDialogActions': { - paddingBottom: '16px' + paddingBottom: + 'calc(env(safe-area-inset-bottom) + var(--flagship-bottom-height) + 16px)' } } },