Skip to content

Commit

Permalink
Fix: fix the nav bar to fixed (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu authored Oct 13, 2023
1 parent 8284e05 commit 2f9e240
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ $hover-bg-color: #3cc68a4d;
}

a {
padding: 1px 0 1px 5px;
&:hover {
background-color: transparent;
color: #fff;
Expand Down

2 comments on commit 2f9e240

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 6503340730

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 6503341274

Please sign in to comment.