Skip to content

Commit

Permalink
use nav zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
OskiTheCoder committed Dec 23, 2024
1 parent dc1fae7 commit 95e8b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easy-ui-react/src/ForgeLayout/ForgeLayoutControls.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
theme-token("color.neutral.300");
margin-right: design-token("space.3");
display: inline-flex;
z-index: 1;
z-index: design-token("z-index.nav");
}

.backButtonContainer {
Expand Down Expand Up @@ -52,7 +52,7 @@
cursor: pointer;
width: 100%;
max-width: 133px;
z-index: 1;
z-index: design-token("z-index.nav");
}

.triggerPopoverOpen {
Expand Down

0 comments on commit 95e8b0a

Please sign in to comment.