Created
December 5, 2015 12:19
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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