Sticky Header ScrollTo

When you scroll to an anchor and the sticky header covers it up, you can fix it with one line of CSS :

.heading {
  scroll-margin-top: 72px;
}
Edit this page on GitHub