Skip to content

Commit

Permalink
navbar visibility on smaller screen fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvi2403 committed Jan 2, 2025
1 parent fb1c821 commit 4c3f46d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/componets/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,14 @@ body.menu-open {
color: rgba(222, 184, 135, 0.6);
pointer-events: none;
animation: steam 2s infinite;
}

.navbar {
position: fixed;
top: 0;
width: 100%;
background: #2C130B;
z-index: 1000;
padding: 10px 20px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

0 comments on commit 4c3f46d

Please sign in to comment.