From 3dc1e01579a49e3b5a080b1a4144cad686cdc9b5 Mon Sep 17 00:00:00 2001 From: wlals Date: Thu, 4 Jul 2024 22:18:36 +0900 Subject: [PATCH] =?UTF-8?q?style=20::=20admin=20=EB=93=9C=EB=A1=AD?= =?UTF-8?q?=EB=8B=A4=EC=9A=B4=20=EC=9C=84=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header/style.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Header/style.ts b/src/components/Header/style.ts index 808501b..0033f80 100644 --- a/src/components/Header/style.ts +++ b/src/components/Header/style.ts @@ -131,6 +131,7 @@ export const _LogoButton = styled(Link)` `; export const _DropdownWrapper = styled.div` + position: relative; cursor: pointer; display: flex; flex-direction: column;