Skip to content

Commit

Permalink
Styles: change 'Navbar' position from absolute to fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres committed Mar 10, 2024
1 parent 6e1e527 commit 44e2852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/UI/Navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $dark: colors.$dark;
}

.menu-navbar {
position: absolute;
position: fixed;
top: 0.5rem;
right: 1px;
z-index: 200;
Expand Down

0 comments on commit 44e2852

Please sign in to comment.