Are there any solutions available for displaying a dropdown menu while using overflow in bxslider?
The div currently has overflow:hidden
to properly display the carousel. Any ideas on how to resolve this issue with z?
.member{
position: absolute;
top: 50px;
left: 50%;
width: 150px;
height: 250px;
margin-left: -75px;
background: red;
z-index: 9999;
}