From 9a3e57824c6a36273dd288683dedc7c3e5220fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8C=E1=85=A5=E1=86=BC=E1=84=89=E1=85=A5=E1=86=BC?= =?UTF-8?q?=E1=84=92=E1=85=B1?= Date: Wed, 21 Feb 2024 10:41:26 +0900 Subject: [PATCH] =?UTF-8?q?feature-074:=20UI=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/SummaryPage.ts | 1 + src/styles/layout/sideBar/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/styles/SummaryPage.ts b/src/styles/SummaryPage.ts index 778fc46..c72152c 100644 --- a/src/styles/SummaryPage.ts +++ b/src/styles/SummaryPage.ts @@ -430,6 +430,7 @@ export const Dropdown = styled.div` position: absolute; left: 0; top: 5px; + z-index: 1; width: 100%; max-height: 276px; border-radius: 12px; diff --git a/src/styles/layout/sideBar/index.ts b/src/styles/layout/sideBar/index.ts index a4af921..f9e3ac6 100644 --- a/src/styles/layout/sideBar/index.ts +++ b/src/styles/layout/sideBar/index.ts @@ -2,6 +2,7 @@ import theme from '@/styles/theme'; import styled from 'styled-components'; export const Container = styled.div` + z-index: 1; display: flex; flex-direction: column; padding: 60px 20px 0px 60px;