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