You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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>
The text was updated successfully, but these errors were encountered: