diff --git a/app/products/calls/screens/call_screen/call_screen.tsx b/app/products/calls/screens/call_screen/call_screen.tsx index 6c7aadfe19..b05a22175b 100644 --- a/app/products/calls/screens/call_screen/call_screen.tsx +++ b/app/products/calls/screens/call_screen/call_screen.tsx @@ -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',