0
1
llonesgithub
The above code adjusts the scroll-padding-top property of the HTML element to set the sticky header height at 70px.
0 Comments
html { scroll-padding-top: 70px; /* height of sticky header */ }