I am using drop-down
menu in my header for notification, but when drop down opens all the div's behind that are visible then I gave z-index
to all the divs but the links on those div's are not clickable now!
drop-down div CSS:
.drop-down{
overflow:scroll;
overflow-x:hidden;
}
and the div's behind it are
#main-div{
z-index:-1;
position:absolute;
}