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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -