Skip to content

Commit ab26fec

Browse files
committed
fix: save button overlaps the zoom slider
1 parent b8b86db commit ab26fec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/AvatarCropModal/AvatarCropModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ function AvatarCropModal({imageUri = '', imageName = '', imageType = '', onClose
356356
style={[styles.pb0]}
357357
includePaddingTop={false}
358358
includeSafeAreaPaddingBottom={false}
359+
shouldEnableKeyboardAvoidingView={false}
359360
testID={AvatarCropModal.displayName}
360361
>
361362
{shouldUseNarrowLayout && <HeaderGap />}

0 commit comments

Comments
 (0)