Skip to content

Commit

Permalink
fix the header zindex (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans authored and isaozler committed Nov 28, 2024
1 parent 735570e commit 525da0c
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 525da0c

Please sign in to comment.