about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostVotedBy.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-19 15:21:06 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-19 15:21:06 -0600
commit80f58cf9f385d95d0c29b17d6f7d996cf4d09231 (patch)
treecc40505e8c291224bfcc6811364399722f33d14a /src/view/com/post-thread/PostVotedBy.tsx
parent2972fd83724e0c3e72c5e69bc0aa921a3aa40c03 (diff)
downloadvoidsky-80f58cf9f385d95d0c29b17d6f7d996cf4d09231.tar.zst
Fix: ensure all views can scroll to the bottom
Diffstat (limited to 'src/view/com/post-thread/PostVotedBy.tsx')
-rw-r--r--src/view/com/post-thread/PostVotedBy.tsx1
1 files changed, 1 insertions, 0 deletions
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}}
       />
     </View>
   )