Skip to content

Commit

Permalink
Fix overflow issue on iOS (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl authored Dec 11, 2023
1 parent 64398e1 commit 7a12136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lake/src/components/LakeScrollView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const styles = StyleSheet.create({
root: {
height: 1,
flexGrow: 1,
overflow: "hidden",
},
container: {
height: 1,
Expand Down

0 comments on commit 7a12136

Please sign in to comment.