Skip to content

Commit

Permalink
Update style.css sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanNoBryan committed Jul 10, 2023
1 parent 8e84d15 commit 8b2d9e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
--animation-speed: 0.2s;
}

header {
position: sticky;
top: 0px;
z-index: 11;
}

nav {
display: flex;
align-items: stretch;
Expand Down

0 comments on commit 8b2d9e7

Please sign in to comment.