Skip to content

Commit

Permalink
fix: floating hero z index over vesting bar
Browse files Browse the repository at this point in the history
  • Loading branch information
1emu committed Jun 27, 2024
1 parent ab3e22e commit fd97fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FloatingHeader/FloatingHeader.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
position: fixed;
top: 0;
opacity: 1;
z-index: 3;
z-index: 4;
display: flex;
flex-direction: column;
transition: all 0.5s ease 0s;
Expand Down

0 comments on commit fd97fdd

Please sign in to comment.