Skip to content

Commit

Permalink
feat: navigation zIndex 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
m2na7 committed Jan 15, 2025
1 parent fc037f5 commit 47a5963
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const container = style([
height: '4.4rem',
padding: '0rem 2rem',
gap: '1.8rem',
zIndex: themeVars.zIndex.navigation.content,
},
]);

Expand Down
3 changes: 3 additions & 0 deletions packages/design-system/src/styles/tokens/z-index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ export const zIndex = {
floatingButton: {
content: '15',
},
navigation: {
content: '10',
},
} as const;

0 comments on commit 47a5963

Please sign in to comment.