Fixed dropup animation issue.

This commit is contained in:
Abdullah Almsaeed
2014-12-26 13:26:06 -05:00
parent 2a44a8f30b
commit 9ea83c83e9

View File

@@ -287,7 +287,7 @@
}
/* Add fade animation to dropdown menus */
.open > .dropdown-menu {
.open:not(.dropup) > .dropdown-menu {
animation-name: fadeAnimation;
animation-duration:.7s;
animation-iteration-count: 1;
@@ -388,4 +388,4 @@
}
}
}
}
}