shithub: hugo

ref: a3535c8486b2ce762b1a8a9c30b03985c3e02cee
dir: /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;
  }
}