Skip to content

Instantly share code, notes, and snippets.

@cesarkohl
Created October 3, 2015 21:52
Show Gist options
  • Select an option

  • Save cesarkohl/57f1eae2b9d28825d6bf to your computer and use it in GitHub Desktop.

Select an option

Save cesarkohl/57f1eae2b9d28825d6bf to your computer and use it in GitHub Desktop.
Bootstrap dropdown hover
@media screen and (min-width: 780px) {
.dropdown:hover .dropdown-menu { display: block; } /* enable hover dropdown */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment