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 -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -