github.com/rabbouni145/gg@v0.47.1/docs/themes/gohugoioTheme/src/css/_stickyheader.css (about) 1 2 @media (min-width: 75em) { 3 4 [data-scrolldir="down"] .sticky { 5 position: fixed; 6 top:100px; 7 right:0; 8 } 9 10 [data-scrolldir="up"] .sticky { 11 position: fixed; 12 top:100px; 13 right:0; 14 } 15 }