Skip to content

Commit

Permalink
design: flex grow 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyobb109 committed Jul 9, 2024
1 parent 7cc1093 commit 6d61b78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/screens/diary/DiaryScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ const DiaryScreen = () => {
const snackbarText = useRecoilValue(snackMessage);
return (
<>
<ScrollView style={styles.container} showsVerticalScrollIndicator={false}>
<ScrollView
style={styles.container}
contentContainerStyle={{ flexGrow: 1 }}
showsVerticalScrollIndicator={false}
>
<MyCalendar />
<DiaryCarousel />
</ScrollView>
Expand Down

0 comments on commit 6d61b78

Please sign in to comment.