From 80f58cf9f385d95d0c29b17d6f7d996cf4d09231 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 19 Jan 2023 15:21:06 -0600 Subject: Fix: ensure all views can scroll to the bottom --- src/view/com/post-thread/PostVotedBy.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/com/post-thread/PostVotedBy.tsx') diff --git a/src/view/com/post-thread/PostVotedBy.tsx b/src/view/com/post-thread/PostVotedBy.tsx index af5bc2475..34a333f22 100644 --- a/src/view/com/post-thread/PostVotedBy.tsx +++ b/src/view/com/post-thread/PostVotedBy.tsx @@ -76,6 +76,7 @@ export const PostVotedBy = observer(function PostVotedBy({ data={view.votes} keyExtractor={item => item._reactKey} renderItem={renderItem} + contentContainerStyle={{paddingBottom: 200}} /> ) -- cgit 1.4.1