shithub: hugo

ref: e073f4efb1345f6408000ef3f389873f8cf7179e
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;
  }
}