From dbfcdd123e1a95ff2782741b26741b443fdd3ab7 Mon Sep 17 00:00:00 2001 From: juwon Date: Tue, 18 Jun 2024 19:40:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8A=A4=ED=83=80=EC=9D=BC=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 --- src/components/dropdown/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dropdown/index.tsx b/src/components/dropdown/index.tsx index 1633537..41fe256 100644 --- a/src/components/dropdown/index.tsx +++ b/src/components/dropdown/index.tsx @@ -69,6 +69,6 @@ const _DropDownBox = styled.div<{ width: number }>` display: flex; flex-direction: column; gap: 5px; - z-index: 999; + z-index: 99; position: relative; `;