From 1ae5185a31a75af2eba827968ae7a026e8c49e15 Mon Sep 17 00:00:00 2001 From: YuHyun Date: Mon, 4 Dec 2023 21:26:42 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=ED=97=A4=EB=8D=94=20z-index=EA=B0=80?= =?UTF-8?q?=20=EB=A6=AC=EC=82=AC=EC=9D=B4=EC=A6=88=20=EB=B0=94=EB=B3=B4?= =?UTF-8?q?=EB=8B=A4=20=EB=8D=94=20=ED=81=AC=EA=B2=8C=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [#220] --- packages/frontend/src/design-system/tokens/layout.css.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/design-system/tokens/layout.css.ts b/packages/frontend/src/design-system/tokens/layout.css.ts index 1584b74..81b9a4e 100644 --- a/packages/frontend/src/design-system/tokens/layout.css.ts +++ b/packages/frontend/src/design-system/tokens/layout.css.ts @@ -3,8 +3,8 @@ import { style } from "@vanilla-extract/css"; import { flex, flexColumn, - middleLayer, scrollBarHidden, + topLayer, widthFull, widthMax, } from "./utils.css"; @@ -13,7 +13,7 @@ const headerHeight = "56px"; const footerHeight = "250px"; export const header = style([ - middleLayer, + topLayer, widthFull, { height: headerHeight,