Merge 9a208addea
into dad94ab4b7
This commit is contained in:
@ -1,3 +1,16 @@
|
||||
/* 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;
|
||||
width: 100%;
|
||||
background: var(--theme);
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.nav {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
Reference in New Issue
Block a user