I have made some adjustments to my Bootstrap dropdown menu:
- The dropdown now appears when hovering, rather than clicking
- The
li
that triggers the dropdown is still clickable
Although the dropdown is functioning correctly, there is an issue where it disappears when hovering over the 2nd or 3rd item. This seems to occur regardless of the content below it on the page.
I have checked all instances of z-index
in the CSS and cannot pinpoint the source of the problem.
You can experience the dropdown problem live here by hovering over the "Tools" menu item. I would provide the HTML and CSS code, but I am uncertain of the root cause and do not want to clutter the code unnecessarily.