Skip to content

Commit

Permalink
Merge pull request #56 from team-pofo/fix/#53/convenience
Browse files Browse the repository at this point in the history
fix/#53/홈 검색 바 z-index 수정
  • Loading branch information
ji-hunc authored Jan 20, 2025
2 parents ef5ce18 + d1fa0ad commit 7f4c304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const SearchFixedContainer = styled.div`
top: 80px;
width: 100%;
height: 100%;
z-index: 10;
z-index: 1;
`;

export const SearchContainer = styled.div`
Expand Down

0 comments on commit 7f4c304

Please sign in to comment.