Skip to content

Commit 8307739

Browse files
committed
Fix chat stick to bottom;
1 parent 7b5eb0b commit 8307739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/styles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ const styles = {
11731173

11741174
chatContentScrollView: {
11751175
flexGrow: 1,
1176-
justifyContent: 'flex-start',
1176+
justifyContent: 'flex-end',
11771177
paddingVertical: 16,
11781178
},
11791179

0 commit comments

Comments
 (0)