skip to Main Content

When I click on dropdown-menu in bootstrap It opens and then close automatically – Twitter bootstrap

body { padding-top: 50px; } .dropdown.dropdown-lg .dropdown-menu { margin-top: -1px; padding: 6px 20px; } .input-group-btn .btn-group { display: flex !important; } .btn-group .btn { border-radius: 0; margin-left: -1px; } .btn-group .btn:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .form-horizontal .btn[type="submit"] {…

VIEW QUESTION
Back To Top
Search