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 26888b3 commit a7c4b59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ body::-webkit-scrollbar {

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

.header-link::before {
Expand All @@ -207,7 +208,9 @@ body::-webkit-scrollbar {
top: 0;
left: 0;
bottom: 0;
right: 100%;
transition: right 100ms ease-in-out;
z-index: 901;
}

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

0 comments on commit a7c4b59

Please sign in to comment.