While attempting to use scroll-margin-top on an anchor point to create space for my sticky header, I discovered that it is not compatible with Safari.
The documentation provided in this link - https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-margin highlights the issue:
Scroll margin does not work for scrolls to fragment target or scrollIntoView(), as mentioned in bug 189265.
An alternative name for this property is scroll-snap-margin.
Is there a workaround available for this bug?