Skip to content

Instantly share code, notes, and snippets.

@amcorreia
Created March 4, 2014 19:48
How to Make Bootstrap Dropdown Menu Expand on Hover
ul.nav li.dropdown:hover ul.dropdown-menu{
display: block;
}
/* if you want to hide the arrow */
a.menu:after, .dropdown-toggle:after {
content: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment