Skip to content

Commit

Permalink
style: coachmark z index 토큰 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
YuHyun-P committed Feb 3, 2024
1 parent 37a8376 commit 2b1313c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/design-system/tokens/utils.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
});
Expand Down

0 comments on commit 2b1313c

Please sign in to comment.