Display ToC sections properly (do not trim content)
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
/* See: https://github.com/adityatelange/hugo-PaperMod/pull/979#issuecomment-1654974106 */
|
||||
html.header-sticky {
|
||||
scroll-padding-top: calc(var(--header-height) * 2);
|
||||
}
|
||||
|
||||
header.header-sticky {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
Reference in New Issue
Block a user