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++ - rosrun via ssh doesnt start a node properly -

android - questions about switching from C2DM to GCM -

How to resolve Delphi error: Incompatible types: 'PWideChar' and 'Pointer' -