From 0cbb2fc6476440ec9ede952eb916fb9ff807ada0 Mon Sep 17 00:00:00 2001 From: jinsil Date: Mon, 18 Nov 2024 16:40:00 +0900 Subject: [PATCH] =?UTF-8?q?design:=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20?= =?UTF-8?q?=EC=A4=91...=20=EA=B8=80=EC=94=A8=20=EB=B3=B4=EC=9D=B4=EA=B2=8C?= =?UTF-8?q?=20=ED=95=98=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/callback/CallbackPage.style.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/pages/callback/CallbackPage.style.ts b/frontend/src/pages/callback/CallbackPage.style.ts index 141f145c..014a8fbb 100644 --- a/frontend/src/pages/callback/CallbackPage.style.ts +++ b/frontend/src/pages/callback/CallbackPage.style.ts @@ -1,4 +1,5 @@ import styled, { keyframes } from "styled-components"; +import { Z_INDEX } from "@/styles/zIndex"; export const CallbackPageContainer = styled.div` display: flex; @@ -41,6 +42,7 @@ export const LoadingContainer = styled.div` border-radius: 25px; p { + z-index: ${Z_INDEX.header}; font: ${({ theme }) => theme.TEXT.medium_bold}; color: ${({ theme }) => theme.COLOR.grey4}; }