Navbar dropdown issue
Created by: mattonit
When I use the dropdown menu in navbar it will look great on large screens, but on mobile devices, the navbar becomes higher when I open the dropdown. It's because you use position:static for .dropdown-menu on screens smaller than 992px. It's simply to resolve by changing position: static to position: absolute;