Skip to content

Commit

Permalink
fix: correct the top property of sidebar (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 25, 2023
1 parent 7c55cc8 commit 9445d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/hb/modules/blog/scss/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
@include media-breakpoint-up(lg) {
height: calc(100vh - 80px);
overflow: auto;
position: sticky;
top: 80px;

@include top-offset(sticky);
}
}

Expand Down

0 comments on commit 9445d0c

Please sign in to comment.