If I have a non-scrolling header in an HTML page, fixed to the top, having a defined height:
Is there a way to use the URL anchor (the #fragment part) t
#fragment
html { scroll-padding-top: 70px; /* height of sticky header */ }
from: https://css-tricks.com/fixed-headers-on-page-links-and-overlapping-content-oh-my/