From 31a4fcc91c9a87bff84957cc23a98df6d03cc036 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 22 Nov 2022 12:58:08 -0600 Subject: Add bottom padding to threads --- src/view/com/post-thread/PostThread.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/com/post-thread/PostThread.tsx') diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index d078cb8ee..bbaa4efa2 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -83,6 +83,7 @@ export const PostThread = observer(function PostThread({ onLayout={onLayout} onScrollToIndexFailed={onScrollToIndexFailed} style={{flex: 1}} + contentContainerStyle={{paddingBottom: 200}} /> ) }) -- cgit 1.4.1