function scrollTop()

in themes/docsy/assets/js/active.js [24:29]


  function scrollTop(hash, offset) {
    if (!$(hash).length) {
      return;
    }
    $('html,body').animate({scrollTop: $(hash).offset().top - (offset || 160)})
  }