SyntaxFix
Write A Post
Hire A Developer
Questions
Ran into the same bug here. This worked for me.
.navbar { position: static; }
By setting the position to static, it means the navbar will fall into the flow of the document as it normally would.