79094595

Date: 2024-10-16 14:50:39
Score: 2
Natty:
Report link

FYI the better solution nowadays is this: https://getpublii.com/blog/one-line-css-solution-to-prevent-anchor-links-from-scrolling-behind-a-sticky-header.html

html {
  scroll-padding-top: 4rem;
}
Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: cnizzardini