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