Skip to content

Commit

Permalink
Fix scrolling on ChatListScreen (#3171)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan authored Apr 5, 2023
1 parent 6f35699 commit e4df304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mobile/src/screens/chat-screen/ChatListScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ const useStyles = makeStyles(({ spacing, palette, typography }) => ({
alignSelf: 'center'
},
listContainer: {
height: '100%'
display: 'flex',
minHeight: '100%'
},
startConversationContainer: {
marginVertical: spacing(8),
Expand Down

0 comments on commit e4df304

Please sign in to comment.