Scroll Margins
Prevent anchor links from scrolling behind a sticky header.
#anchor {
scroll-margin-top: 1em;
}
Support
The scroll-margin-top property works in all modern browsers, but has no IE support.
Prevent anchor links from scrolling behind a sticky header.
#anchor {
scroll-margin-top: 1em;
}
The scroll-margin-top property works in all modern browsers, but has no IE support.