From 0bd7581dffb9d58185a34d332a0b54b3ab265f11 Mon Sep 17 00:00:00 2001 From: MEGUMMY1 Date: Wed, 4 Dec 2024 18:04:12 +0900 Subject: [PATCH] =?UTF-8?q?Design:=20TabNav=20underline=20z-index=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout/TabNav/TabNav.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Layout/TabNav/TabNav.module.scss b/src/components/Layout/TabNav/TabNav.module.scss index 9c6140c..88a6f31 100644 --- a/src/components/Layout/TabNav/TabNav.module.scss +++ b/src/components/Layout/TabNav/TabNav.module.scss @@ -70,6 +70,7 @@ height: 2px; width: 70px; background-color: $blue60; + z-index: 500; transform: translateX(0); transition: transform 0.3s ease, @@ -82,6 +83,7 @@ height: 2px; width: 70px; background-color: $green80; + z-index: 500; transform: translateX(0); transition: transform 0.3s ease,