Skip to content

Commit

Permalink
[PAY-1123] Fix mobile chat scroll being stuck (#3135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan committed Mar 30, 2023
1 parent a2f9caa commit 6895f5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const useStyles = makeStyles(({ spacing, palette, typography }) => ({
listContentContainer: {
paddingHorizontal: spacing(6),
display: 'flex',
height: '100%'
minHeight: '100%'
},
composeView: {
paddingVertical: spacing(2),
Expand Down

0 comments on commit 6895f5d

Please sign in to comment.