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 li
s 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
Post a Comment