From 635adcd9aa9a1853f06d6e8e98f4ae5af3d3781a Mon Sep 17 00:00:00 2001 From: YuHyun Date: Fri, 29 Dec 2023 02:17:14 +0900 Subject: [PATCH] =?UTF-8?q?style:=20coachmark=20z=20index=20=ED=86=A0?= =?UTF-8?q?=ED=81=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [#304] --- packages/frontend/src/design-system/tokens/utils.css.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/src/design-system/tokens/utils.css.ts b/packages/frontend/src/design-system/tokens/utils.css.ts index 822fc872..42a79775 100644 --- a/packages/frontend/src/design-system/tokens/utils.css.ts +++ b/packages/frontend/src/design-system/tokens/utils.css.ts @@ -9,6 +9,7 @@ export const baseLayer = style({ zIndex: 0 }); export const middleLayer = style({ zIndex: 50 }); export const topLayer = style({ zIndex: 100 }); export const modalLayer = style({ zIndex: 1000 }); +export const coachmarkZIndex = 1000; export const block = style({ display: "block", });