Skip to content

Commit

Permalink
Merge pull request #28720 from samh-nl/fix/issue-26098
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham authored Oct 4, 2023
2 parents 33b17c4 + f83b88e commit 7f063c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/HeaderPageLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function HeaderPageLayout({backgroundColor, children, footer, headerContainerSty
)}
<ScrollView
contentContainerStyle={[safeAreaPaddingBottomStyle, style]}
showsVerticalScrollIndicator={false}
offlineIndicatorStyle={[appBGColor]}
>
{!Browser.isSafari() && <View style={styles.overscrollSpacer(backgroundColor, windowHeight)} />}
Expand Down

0 comments on commit 7f063c7

Please sign in to comment.