Fix the overlap of footnote in vertical direction. (#123)

This commit is contained in:
Cotes Chung 2020-09-11 23:25:54 +08:00
parent 36fab37225
commit 2d8854ba74

View file

@ -662,7 +662,11 @@ kbd {
} }
sup { sup {
@extend %anchor; z-index: 1;
&:target {
@extend %anchor;
z-index: 0;
}
} }
.footnotes ol { .footnotes ol {
@ -1101,7 +1105,7 @@ div.post-content .table-wrapper {
justify-content: center!important; justify-content: center!important;
} }
sup { sup:target {
padding-top: 3.4rem; padding-top: 3.4rem;
} }