Use min height for pager lists and increase it (#1869)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user