ref: 58c56e9ded2e4b7f0c9ae7e02f89f3a1dcb0d3a7
dir: /docs/themes/gohugoioTheme/assets/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;
}
}