shithub: hugo

ref: 75904332f3bedcfe656856821d4c9560a177cc51
dir: /docs/themes/gohugoioTheme/assets/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;
  }
}