Skip to content

Commit

Permalink
fix: set scroll indicator to right to prevent overlaping
Browse files Browse the repository at this point in the history
  • Loading branch information
themooneer committed Dec 6, 2024
1 parent 56fcd2a commit 21807b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-ladybugs-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": minor
---

avoid overlap between generic screens and scroll indicator
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export default function makeGenericSelectScreen<Item extends { value: string; la
renderItem={this.renderItem}
keyExtractor={keyExtractor}
contentContainerStyle={styles.root}
scrollIndicatorInsets={{ right: 1 }}
/>
</Box>
);
Expand Down

0 comments on commit 21807b2

Please sign in to comment.