Skip to content

Commit

Permalink
Merge pull request #1671 from SamIsTheFBI/proper-z-index
Browse files Browse the repository at this point in the history
change z-index for header
  • Loading branch information
vishalvivekm committed Apr 25, 2024
2 parents 2000a1e + fd26928 commit 7da9877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ header {
position: sticky;
top: 0;
width: 100%;
z-index: 101;
z-index: 100;
margin-bottom: 5px;

&.header-shadow {
box-shadow: #00b39f 1px -27px 57px;
Expand Down

0 comments on commit 7da9877

Please sign in to comment.