From 11f874ba8c78f9fc22479e29b94e33a586a8757c Mon Sep 17 00:00:00 2001 From: JeongWon-CHO Date: Tue, 15 Oct 2024 21:07:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20z-index=20=EA=B0=92=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=20=EB=B0=8F=20css=20=EC=A3=BC=EC=84=9D=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/Header/Dropdown.module.scss | 2 +- .../components/Calendar/Calendar.module.scss | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/layout/Header/Dropdown.module.scss b/src/layout/Header/Dropdown.module.scss index 33875a1..d1f8dce 100644 --- a/src/layout/Header/Dropdown.module.scss +++ b/src/layout/Header/Dropdown.module.scss @@ -6,7 +6,7 @@ width: 100%; background-color: #f5f5f5; box-shadow: 0 5px 7px rgb(0 0 0 / 10%); - z-index: 1000; + z-index: 10; flex-direction: column; } diff --git a/src/pages/Coop/components/Calendar/Calendar.module.scss b/src/pages/Coop/components/Calendar/Calendar.module.scss index d9e31b4..32ef345 100644 --- a/src/pages/Coop/components/Calendar/Calendar.module.scss +++ b/src/pages/Coop/components/Calendar/Calendar.module.scss @@ -17,7 +17,7 @@ font-size: 18px; font-style: normal; font-weight: 400; - line-height: 160%; /* 22.4px */ + line-height: 160%; } .title--sub { @@ -26,7 +26,7 @@ font-size: 32px; font-style: normal; font-weight: 700; - line-height: 160%; /* 32px */ + line-height: 160%; margin-bottom: 20px; } @@ -54,7 +54,7 @@ font-size: 14px; font-style: normal; font-weight: 400; - line-height: 160%; /* 22.4px */ + line-height: 160%; &--selected { color: #4b4b4b; @@ -86,7 +86,7 @@ font-size: 13px; font-style: normal; font-weight: 400; - line-height: 160%; /* 20.8px */ + line-height: 160%; } .date-list { @@ -108,7 +108,7 @@ font-size: 16px; font-style: normal; font-weight: 500; - line-height: 160%; /* 25.6px */ + line-height: 160%; background: none; border: none; @@ -160,7 +160,7 @@ font-size: 14px; font-style: normal; font-weight: 400; - line-height: 160%; /* 22.4px */ + line-height: 160%; } .title--sub-mobile { @@ -169,7 +169,7 @@ font-size: 20px; font-style: normal; font-weight: 700; - line-height: 160%; /* 32px */ + line-height: 160%; margin-bottom: 20px; } @@ -183,7 +183,7 @@ font-size: 14px; font-style: normal; font-weight: 400; - line-height: 160%; /* 22.4px */ + line-height: 160%; white-space: nowrap; &--selected {