Skip to content

Commit

Permalink
fix: sticky nav content displays below post stream (#3575)
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat authored Aug 2, 2022
1 parent 85d4fb6 commit 61c4421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/core/less/forum/DiscussionPage.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
position: sticky;
top: var(--header-height);
padding-top: 32px;
z-index: 1;

&, > ul {
width: 150px;
Expand Down

0 comments on commit 61c4421

Please sign in to comment.