Skip to content

Commit

Permalink
page anchor offset hack
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 committed Jan 13, 2020
1 parent da60125 commit b0e4eef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/assets/css/toc.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,11 @@
.wrapper-stuff {
margin-top: 100px;
}

/* fix linking to targets on page */
:target:before {
content: "";
display: block;
height: 100px;
margin: -100px 0 0;
}

0 comments on commit b0e4eef

Please sign in to comment.