diff --git a/react/MuiCozyTheme/overrides/makeLightNormalOverrides.js b/react/MuiCozyTheme/overrides/makeLightNormalOverrides.js index 8630a8d98b..d0f65665f8 100644 --- a/react/MuiCozyTheme/overrides/makeLightNormalOverrides.js +++ b/react/MuiCozyTheme/overrides/makeLightNormalOverrides.js @@ -456,7 +456,10 @@ export const makeLightNormalOverrides = theme => ({ } }, '&.overflow': { - overflowY: 'visible !important' // Allow the icon to overflow the dialog, otherwise it will be cut off + overflowY: 'visible !important', // Allow the icon to overflow the dialog, otherwise it will be cut off, + '& .cozyDialogContent': { + overflowY: 'visible !important' // This allow the overflow to work also on iOS + } } }, scrollPaper: {