mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
🐛 Fix: prevent header from blocking footnotes links
This commit is contained in:
@@ -3844,6 +3844,9 @@ pre {
|
||||
height: 0px;
|
||||
visibility: hidden;
|
||||
}
|
||||
[id^="fn"], [id^="fnref"] {
|
||||
scroll-margin-top: 92px;
|
||||
}
|
||||
@screen sm {
|
||||
.thumbnail {
|
||||
min-width: 100%;
|
||||
|
||||
@@ -424,6 +424,11 @@ pre {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Offset scroll position to avoid header overlap */
|
||||
[id^="fn"], [id^="fnref"] {
|
||||
scroll-margin-top: 92px;
|
||||
}
|
||||
|
||||
@screen sm {
|
||||
.thumbnail {
|
||||
min-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user