Skip to content

Instantly share code, notes, and snippets.

@itsmunim
Created March 30, 2020 16:49
Show Gist options
  • Select an option

  • Save itsmunim/5897f4b635c9e6e936e4ffd064c50fa7 to your computer and use it in GitHub Desktop.

Select an option

Save itsmunim/5897f4b635c9e6e936e4ffd064c50fa7 to your computer and use it in GitHub Desktop.
<script>
const header = document.getElementsByTagName('header')[0];
// the offsetHeight determines how much of header wrap gets hidden with scroll
ScrollToStick.applyScrollToStick('header-wrap', header.offsetHeight);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment