Skip to content

Commit

Permalink
fixed footer text appearing on top of the bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Transgender-Resource-Wiki committed May 24, 2024
1 parent dc793c8 commit 49d4c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/ColoredSideBars.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
.right-pink {
background-color: pink;
position: fixed;
z-index: 0;
z-index: 2;
top: 96vh;
left: 0;
width: 100vw;
Expand All @@ -39,7 +39,7 @@
.right-blue {
background-color: lightskyblue;
position: fixed;
z-index: 0;
z-index: 2;
top: 98vh;
left: 0;
width: 100vw;
Expand Down

0 comments on commit 49d4c74

Please sign in to comment.