Skip to content

Commit

Permalink
Fixed footer on top
Browse files Browse the repository at this point in the history
  • Loading branch information
TellToldTold committed May 30, 2024
1 parent abef4a6 commit f239df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion styles/People/People.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
width: 100vw;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 100;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion styles/components/Footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flex-direction: row;
justify-content: space-between;
align-items: center;
z-index: 1;
z-index: 0;
background: linear-gradient(0deg, #061E33 0%, #061E33 100%);
width: 100%;
padding: 20px 8vw;
Expand Down

0 comments on commit f239df5

Please sign in to comment.