Skip to content

Commit

Permalink
fix(generator-web): increase nav z-index
Browse files Browse the repository at this point in the history
Fixes a visual bug where elements with a brightness multiplier would be visible through the navigation bar.
  • Loading branch information
zlataovce authored Nov 17, 2023
1 parent 38effa7 commit ad208d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/web/src/main/resources/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ nav {
display: flex;
position: sticky;
top: 0;
z-index: 9999;
flex-direction: column;
justify-content: space-between;
background-color: var(--nav);
Expand Down

0 comments on commit ad208d6

Please sign in to comment.