From d2374cc5a8855725a6b57735158e42f028b5aed0 Mon Sep 17 00:00:00 2001 From: MEGUMMY1 Date: Sat, 15 Jun 2024 18:09:50 +0900 Subject: [PATCH] =?UTF-8?q?design:=20=EC=A0=95=EB=A0=AC=20dropdown=20z-ind?= =?UTF-8?q?ex=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DropdownSmall/DropdownSmall.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/DropdownSmall/DropdownSmall.module.scss b/components/DropdownSmall/DropdownSmall.module.scss index 970891a..b5f2adb 100644 --- a/components/DropdownSmall/DropdownSmall.module.scss +++ b/components/DropdownSmall/DropdownSmall.module.scss @@ -50,7 +50,7 @@ background-color: var(--white); font-size: 14px; font-weight: 200; - z-index: 2; + z-index: 200; } .dropdown__option {