html - Bootstrap Dropdown Partially Blocked Behind Page Content -


i have altered bootstrap dropdown in 2 ways:

  • the dropdown appears on hover, not on click
  • the li drops down still clickable link

the dropdown functionality working properly, when mouse down dropdown's lis dropdown disappears when 2nd or third item. far can tell, happens regardless of content on page below it.

i'm not sure problem coming from, i've checked css instances of z-index.

you can see dropdown issue live here when hover on menu item "tools". paste html and/or css here, i'm not sure problem lies, i'd putting extravagant amount of code and/or guessing....

hope helps

replace below css

* {     font-family: "raleway", sans-serif;     color: #333232;     position: relative;     z-index: 10; } 

with

* {     font-family: "raleway", sans-serif;     color: #333232;     position: relative; } 

just remove z-index elements,i think have set z-index individual elements.then no need set elements.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -