ref: e82b2dc8c1628f2da33e5fb0bae1b03e0594ad2c
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;
}
}