Skip to main content

Scroll Margins

Apr 13, 2020 • 1 min • TIL #7

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.