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