shithub: hugo

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