Skip to content

Commit

Permalink
UI: Fix z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
previnder committed Nov 24, 2024
1 parent 040b87d commit 632a486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/scss/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
right: 0;
box-shadow: var(--box-shadow-navbar);
border-bottom: var(--card-border);
z-index: 20000;
z-index: 100000;
height: var(--navbar-height);
display: flex;
align-items: center;
Expand Down

0 comments on commit 632a486

Please sign in to comment.