hugo/docs/themes/gohugoioTheme/assets/css/_stickyheader.css
2018-12-12 09:06:42 +01:00

15 lines
210 B
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;
}
}