Skip to content

Instantly share code, notes, and snippets.

@khoand0000
Created December 5, 2015 12:19
Show Gist options
  • Save khoand0000/4bb48d2146e1b94b7bba to your computer and use it in GitHub Desktop.
Save khoand0000/4bb48d2146e1b94b7bba to your computer and use it in GitHub Desktop.
bootstrap dropdown is open auto open when hovering. ref: http://stackoverflow.com/questions/16214326/bootstrap-dropdown-with-hover
.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0; /* remove the gap so it doesn't close*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment