Skip to content

Commit

Permalink
set includePaddingTop to false
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgrzybowski committed Oct 2, 2023
1 parent c83bad0 commit 1c8c9db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/home/sidebar/SubNavigation/SubNavigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function SubNavigation(props) {
return (
<ScreenWrapper
includeSafeAreaPaddingBottom={false}
includePaddingTop={false}
shouldEnableKeyboardAvoidingView={false}
style={[styles.sidebar, Browser.isMobile() ? styles.userSelectNone : {}]}
testID={SubNavigation.displayName}
Expand Down

0 comments on commit 1c8c9db

Please sign in to comment.