Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision committed Jul 9, 2024
1 parent b9d82db commit 3f53399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ body::-webkit-scrollbar {

.header-link {
position: relative;
z-index: 900;
z-index: 900 !important;
}

.header-link::before {
Expand All @@ -210,7 +210,7 @@ body::-webkit-scrollbar {
bottom: 0;
right: 100%;
transition: right 100ms ease-in-out;
z-index: 899;
z-index: 850 !important;
}

.header-link:hover::before {
Expand Down

0 comments on commit 3f53399

Please sign in to comment.