Description
I'm having issues with the navbar fixed-top class on some of my webpages. The dropdown appears fine on some of my pages but on others it won't show up. For reference, I am using
`
`and I am using the same code for all the navbars yet the dropdown is not working for me in other pages. Is there a way to fix this issue, because it does not seem to be working. For reference, here is where the problem lies.
<li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownBlog" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Tested Positive </a> <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownBlog"> <a class="dropdown-item" href="quarantine.html">Quarantine</a> <a class="dropdown-item" href="isolation.html">Isolation</a> </div> </li>