Skip to content

Commit

Permalink
fix the header zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Nov 12, 2024
1 parent 0bb3f10 commit 5e8f917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/famous-ties-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export const headerWrapperClass = recipe({
justifyContent: 'flex-start',
height: minHeaderHeight,
gridArea: 'sidebarlayout-header',
zIndex: 2,
zIndex: token('zIndex.overlay'),
},
],
variants: {
Expand Down

0 comments on commit 5e8f917

Please sign in to comment.