Skip to content

Instantly share code, notes, and snippets.

@blooski
Created May 31, 2014 21:11
Show Gist options
  • Save blooski/164a6aa00665e9bb80c4 to your computer and use it in GitHub Desktop.
Save blooski/164a6aa00665e9bb80c4 to your computer and use it in GitHub Desktop.
Make dropdown menus work on hover in Bootstrap
/* Make dropdown menus work on hover in Bootstrap */
ul.nav li.dropdown:hover > ul.dropdown-menu {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment