From 316995d7147bca82ce96a5ef2dd06223fab12a07 Mon Sep 17 00:00:00 2001 From: Bersk3r Date: Thu, 16 May 2024 02:00:59 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix:=20BFC=20=EA=B7=9C=EC=B9=99?= =?UTF-8?q?=EC=97=90=20=EB=94=B0=EB=A5=B8=20z-index=20=EA=B0=92=20?= =?UTF-8?q?=EC=9E=AC=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Background/styles.module.scss | 2 +- src/pages/MyPage/components/IdolFavoriteList/styles.module.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Background/styles.module.scss b/src/components/Background/styles.module.scss index 46881c8..bf3440c 100644 --- a/src/components/Background/styles.module.scss +++ b/src/components/Background/styles.module.scss @@ -11,5 +11,5 @@ top: 10px; margin: 0; padding: 0; - z-index: 99; + z-index: 3; } diff --git a/src/pages/MyPage/components/IdolFavoriteList/styles.module.scss b/src/pages/MyPage/components/IdolFavoriteList/styles.module.scss index 1af798a..ae06b06 100644 --- a/src/pages/MyPage/components/IdolFavoriteList/styles.module.scss +++ b/src/pages/MyPage/components/IdolFavoriteList/styles.module.scss @@ -19,7 +19,7 @@ .list_box { padding-inline: 50px; position: relative; - z-index: 100; + z-index: 3; } .title {