Skip to content

Instantly share code, notes, and snippets.

@shalaby
Created July 13, 2014 15:33
Show Gist options
  • Save shalaby/0cd4ce424095d726fa8c to your computer and use it in GitHub Desktop.
Save shalaby/0cd4ce424095d726fa8c to your computer and use it in GitHub Desktop.
Bootstrap drop down on hover
@media only screen and (min-width : 768px) {
/* Make Navigation Toggle on Desktop Hover */
.dropdown:hover .dropdown-menu {
display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment