I made a navbar that when clicking on an item it redirects to the same page for a div that has the id attribute, but the site stays navbar over the text
<li>
<a href="#Especialidades">Especialidades</a>
</li>
Isitpossibletoconfiguresomethingsothatclickingontheitemstayslikethis?