Skip to content

Commit

Permalink
fix: Fixed navbar background on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
HanzCEO committed May 10, 2024
1 parent 577fe3d commit 0ddc081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/components/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
top: 0;
left: 0;
width: 100%;
height: 100%;
height: 100vh;
z-index: 2;
background: var(--secondary-text);
padding: 0 1rem;
Expand Down

0 comments on commit 0ddc081

Please sign in to comment.