ref: ac12d51e7ea3a0ffb7d8053a10b6bf6acf1235ae
dir: /docs/themes/gohugoioTheme/src/css/_stickyheader.css/
@media (min-width: 75em) {
[data-scrolldir="down"] .sticky {
position: fixed;
top:100px;
right:0;
}
[data-scrolldir="up"] .sticky {
position: fixed;
top:100px;
right:0;
}
}