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
Just discovered another pure CSS solution that worked like a charme for me!
html { scroll-padding-top: 80px; /* height of your sticky header */ }
Found on this site!