Skip to content

Commit

Permalink
Add some 'padding-top' to make item target visible under page header
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 10, 2021
1 parent 83b8297 commit b3d4ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/MLS-navbar-left.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ nav > div.ltx_TOC {

.ltx_item :target:before {
display: inline-block;
top: 0; /* Remove offset from general :target:before. */
padding-top: calc((2.5rem + 2px)); /* Pad with total height of .ltx_page_header. */
}

.ltx_page_content {
Expand Down

0 comments on commit b3d4ab8

Please sign in to comment.