Skip to content

Commit 264b23f

Browse files
committed
APF-1448: Fix for Internet Explorer Sub-Menu Not Visible.
1 parent 8cc006b commit 264b23f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

web/common/src/main/webapp/styles/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,16 @@ body#login {
2424
color: #0099ff;
2525
}
2626

27-
/* added to fix non clickable dropdown nested menus on mobile browsers APF-1384 */
27+
/* Fix for non-clickable dropdown nested menus on mobile browsers: APF-1384 */
2828
.navbar .dropdown-backdrop {
2929
position: static;
3030
}
3131

32+
/* Fix for dropdowns not working in IE: APF-1448 */
33+
.navbar {
34+
filter:none !important;
35+
}
36+
3237
#switchLocale {
3338
position: absolute;
3439
right: 10px;

0 commit comments

Comments
 (0)