Skip to content

Commit

Permalink
fix: fixed side nav missing top spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Jan 3, 2025
1 parent 9fe17b3 commit 09909b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/core/less/common/sideNav.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
> ul {
&.affix {
top: var(--header-height);
margin-top: 30px;
}
> li {
margin-bottom: 10px;
Expand Down

0 comments on commit 09909b7

Please sign in to comment.