I would like to make the header (containing the "Home" link) sticky and always at the top of the screen even after scrolling down.
This doesn't work with the normal sticky options:
position: sticky;
top: 0;
Is this because of the overflow CSS values specified?