Skip to content

Commit

Permalink
fix: fixed side nav missing top spacing (#4147)
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 authored Jan 4, 2025
1 parent 1b18f57 commit e73ffee
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 e73ffee

Please sign in to comment.