shithub: hugo

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