Skip to content

Commit

Permalink
Add height 100% in PostList
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeongrok7874 committed Dec 4, 2023
1 parent 18b612b commit dd8cac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pageContainer/gwangya/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const LoadMoreTrigger = styled.div`
`;

export const PostList = styled.div<{ isFetching: boolean }>`
height: 100%;
display: flex;
flex-direction: column;
gap: 2.25rem;
Expand Down

0 comments on commit dd8cac0

Please sign in to comment.