shithub: hugo

ref: fdd4a768f053b21271d4520bf0d43baf62d516da
dir: /docs/themes/gohugoioTheme/src/css/_stickyheader.css/

View raw version

@media (min-width: 75em) {
  
  [data-scrolldir="down"] .sticky {
    position: fixed;
    top:100px;
    right:0;
  }

  [data-scrolldir="up"] .sticky {
    position: fixed;
    top:100px;
    right:0;
  }
}