Skip to content

Commit

Permalink
Fix the overlap of footnote in vertical direction. (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Sep 11, 2020
1 parent 191ebec commit 2208057
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/css/_addon/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,11 @@ kbd {
}

sup {
@extend %anchor;
z-index: 1;
&:target {
@extend %anchor;
z-index: 0;
}
}

.footnotes ol {
Expand Down Expand Up @@ -1101,7 +1105,7 @@ div.post-content .table-wrapper {
justify-content: center!important;
}

sup {
sup:target {
padding-top: 3.4rem;
}

Expand Down

0 comments on commit 2208057

Please sign in to comment.