github.com/shohhei1126/hugo@v0.42.2-0.20180623210752-3d5928889ad7/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 }