Good day! Faced with a little problem. There is an html page with a header on it. Underneath the main content that can scroll vertically. Also has a link of the form
<a href='#some'>Navigate to</a> When you click on the link, you go to the element with id = some. The problem is that the page header closes the top part (it has position fixed), and it turns out that the some element is overlapped by the header, and to see it, you need to scroll the page up a bit. If for header'a make display = none, then the navigation is correct. Here is the code. Can you please tell me what needs to be done to make navigation work correctly? Thank you in advance!