Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-exe authored Nov 5, 2024
1 parent ef435fb commit 000763a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
nav {
background-color: var(--primary-color);
padding: 0.5rem 0;
border-bottom: 1px solid rgba(/* Add this CSS rule for the navbar */
position: relative; /* or 'fixed' if the navbar should stay on top when scrolling */
z-index: 99996666; /* Ensure this is higher than any other element's z-index */
border-bottom: 1px solid rgba;
position: relative;
z-index: 99996666;
}

nav ul {
Expand Down

0 comments on commit 000763a

Please sign in to comment.