My navigation bar has position: sticky
, but it stops when it reaches the top of the side navigation and the content of the page. Changing the position
to fixed
would hide the .ad
above it. I've included scripts for the side navigation and content.
How can I make my navigation bar continue beyond the content and side navigation?
// JavaScript code here...
// CSS code here...
<!-- HTML code here -->