bootstrap collapsed navbar buggy open
I have recently encounters this bug.
I have added this piece of code in css and it works for me. I hope it will work fine for you as well.
.navbar-collapse.collapse.in {
display: block!important;
}
I have recently encounters this bug.
I have added this piece of code in css and it works for me. I hope it will work fine for you as well.
.navbar-collapse.collapse.in {
display: block!important;
}