Skip to content

Commit

Permalink
fix: hud nav always behind pause menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sdubourg committed Aug 15, 2023
1 parent c8a3cfd commit 1a498b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/hud/hud.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
display: flex;
justify-content: center;
gap: 5px;
z-index: 2;
}

/* light shake */
Expand Down Expand Up @@ -91,7 +90,6 @@
width: fit-content;
justify-content: flex-start;
gap:0;
z-index: 0;
}

}

0 comments on commit 1a498b8

Please sign in to comment.