diff options
Diffstat (limited to 'src/view/screens/ProfileFeed.tsx')
-rw-r--r-- | src/view/screens/ProfileFeed.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/ProfileFeed.tsx b/src/view/screens/ProfileFeed.tsx index e1cc0e938..116979568 100644 --- a/src/view/screens/ProfileFeed.tsx +++ b/src/view/screens/ProfileFeed.tsx @@ -474,7 +474,7 @@ const AboutSection = observer(function AboutPageImpl({ scrollEventThrottle={1} contentContainerStyle={{ paddingTop: headerHeight, - paddingBottom: Dimensions.get('window').height - headerHeight, + minHeight: Dimensions.get('window').height * 1.5, }} onScroll={scrollHandler}> <View |