Fixed dropup animation issue.
This commit is contained in:
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user