how to make carousel overlap on navbar code example
Example: toggler not to overlap on carousel
.navbar{
z-index:9;
}
#fullCarousel{
position:absolute;
width:100%;
top:0;
}
.navbar{
z-index:9;
}
#fullCarousel{
position:absolute;
width:100%;
top:0;
}