Skip to content

Commit

Permalink
fix(MainPage): 테그 필터링 스크롤 되지 않는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
simorimi committed Sep 26, 2024
1 parent a78cad1 commit 502a938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/pages/main/MainPage.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const FixedLayout = styled.div`
z-index: ${({ theme }) => theme.zIndex.floating};
gap: ${({ theme }) => theme.spacing.m};
width: 100%;
max-width: 48rem;
padding: ${({ theme }) => theme.spacing.m};
Expand Down

0 comments on commit 502a938

Please sign in to comment.