html - Bootstrap navbar dropdown hidden behind bootstrap slider -


my dropdown menu made using bootstrap hiding behind slider made. want show in front.

i have tried using:

z-index overflow:visible position:relative 

according various solutions posted online under similar problem. have found no success of solutions tried.

i have jsfiddle here https://jsfiddle.net/8wq0ptrw/

remove overflow:hidden nav-bar class. hope you.

.nav-bar {   list-style-type: none;   margin: 0;   padding: 0;  } 

Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -