From 6729d7467481f50311b707802e91fa3b35a20191 Mon Sep 17 00:00:00 2001 From: juwon Date: Tue, 13 Aug 2024 14:31:07 +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/ItemsBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dropdown/ItemsBox.tsx b/src/components/dropdown/ItemsBox.tsx index 897fc8a..cedc1ad 100644 --- a/src/components/dropdown/ItemsBox.tsx +++ b/src/components/dropdown/ItemsBox.tsx @@ -44,7 +44,7 @@ const _DropDownItemsBox = styled.div<{ isOpen: boolean }>` top: 54px; width: 100%; background-color: ${({ theme }) => theme.color.gray1}; - z-index: 5; + z-index: 100; @keyframes DropDownOpen { from { max-height: 0px;