mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Fix the overlap of footnote in vertical direction. (#123)
This commit is contained in:
parent
36fab37225
commit
2d8854ba74
@ -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…
x
Reference in New Issue
Block a user