diff --git a/react/features/base/dialog/components/native/styles.js b/react/features/base/dialog/components/native/styles.js index 84638bb96..a356b356d 100644 --- a/react/features/base/dialog/components/native/styles.js +++ b/react/features/base/dialog/components/native/styles.js @@ -43,7 +43,11 @@ export const bottomSheetStyles = { alignItems: 'stretch', flex: 1, flexDirection: 'column', - justifyContent: 'flex-end' + justifyContent: 'flex-end', + maxWidth: 500, + marginLeft: 'auto', + marginRight: 'auto', + width: '100%' }, sheetItemContainer: {