From 0ab4be5c4f49b7dcb02e5cd2b48a76b6e27b92be Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Fri, 26 Dec 2014 13:27:42 -0500 Subject: [PATCH] Fixed dropup animation issue. --- css/AdminLTE.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/AdminLTE.css b/css/AdminLTE.css index 19e31865f..57c9776b0 100755 --- a/css/AdminLTE.css +++ b/css/AdminLTE.css @@ -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;