MM-48664 - Calls: Fix profiles cut off (#6851)

This commit is contained in:
Christopher Poile
2022-12-08 18:58:29 -05:00
committed by GitHub
parent d34ff1c991
commit fdd7fd5ae6

View File

@@ -118,10 +118,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
flex: 1,
flexDirection: 'row',
flexWrap: 'wrap',
width: '100%',
height: '100%',
alignContent: 'center',
alignItems: 'flex-start',
alignContent: 'flex-start',
},
usersScrollLandscapeScreenOn: {
position: 'absolute',