Fix the overlap of footnote in vertical direction. (#123)
This commit is contained in:
parent
36fab37225
commit
2d8854ba74
1 changed files with 6 additions and 2 deletions
|
@ -662,7 +662,11 @@ kbd {
|
|||
}
|
||||
|
||||
sup {
|
||||
@extend %anchor;
|
||||
z-index: 1;
|
||||
&:target {
|
||||
@extend %anchor;
|
||||
z-index: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.footnotes ol {
|
||||
|
@ -1101,7 +1105,7 @@ div.post-content .table-wrapper {
|
|||
justify-content: center!important;
|
||||
}
|
||||
|
||||
sup {
|
||||
sup:target {
|
||||
padding-top: 3.4rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue