Skip to content

Instantly share code, notes, and snippets.

@dejanmarkovic
Created September 7, 2015 21:51
Show Gist options
  • Save dejanmarkovic/cfd7e604a4a7f0158f35 to your computer and use it in GitHub Desktop.
Save dejanmarkovic/cfd7e604a4a7f0158f35 to your computer and use it in GitHub Desktop.
Boostrap menu expand on hover
@media (min-width: 979px) {
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