Skip to content

Commit

Permalink
style: 헤더 z-index가 리사이즈 바보다 더 크게 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
YuHyun-P committed Dec 4, 2023
1 parent e6748e6 commit 1ae5185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/design-system/tokens/layout.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { style } from "@vanilla-extract/css";
import {
flex,
flexColumn,
middleLayer,
scrollBarHidden,
topLayer,
widthFull,
widthMax,
} from "./utils.css";
Expand All @@ -13,7 +13,7 @@ const headerHeight = "56px";
const footerHeight = "250px";

export const header = style([
middleLayer,
topLayer,
widthFull,
{
height: headerHeight,
Expand Down

0 comments on commit 1ae5185

Please sign in to comment.