Skip to content

Commit

Permalink
fix: 지도 z-index 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cksquf98 committed Dec 19, 2024
1 parent 6b3ca3e commit 507904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/duri/src/components/shop/MapInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,5 @@ const LocationBtn = styled(Flex)`
height: fit-content;
max-width: 375px;
bottom: 120px;
z-index: 2;
z-index: 1;
`;

0 comments on commit 507904c

Please sign in to comment.