Fixed dropup animation issue.

This commit is contained in:
Abdullah Almsaeed
2014-12-26 13:27:42 -05:00
parent 9ea83c83e9
commit 0ab4be5c4f

View File

@@ -1042,7 +1042,7 @@ body > .header .logo .icon {
color: #666666;
}
/* Add fade animation to dropdown menus */
.open > .dropdown-menu {
.open:not(.dropup) > .dropdown-menu {
animation-name: fadeAnimation;
animation-duration: .7s;
animation-iteration-count: 1;