jquery - Navbar shows and hide menu in just one click, next click do nothing -


i using zerif-lite theme 1 of projects. in project on smaller screens when click on toggled menu, shows automatically hides again. website can found here there way disable it?

add following code css file after bootstrap.css:

.navbar-collapse.in {     height: auto !important; } 

Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -