From 507904c0ebf88d841f162a9be7ef2ce65ac530dd Mon Sep 17 00:00:00 2001 From: chanbyeol Date: Thu, 19 Dec 2024 15:24:46 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A7=80=EB=8F=84=20z-index=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/duri/src/components/shop/MapInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/duri/src/components/shop/MapInfo.tsx b/apps/duri/src/components/shop/MapInfo.tsx index fa773273..19b07c18 100644 --- a/apps/duri/src/components/shop/MapInfo.tsx +++ b/apps/duri/src/components/shop/MapInfo.tsx @@ -206,5 +206,5 @@ const LocationBtn = styled(Flex)` height: fit-content; max-width: 375px; bottom: 120px; - z-index: 2; + z-index: 1; `;