Fixed issue #329

This commit is contained in:
Abdullah Almsaeed
2015-04-09 21:06:47 -04:00
parent cd4c9aecba
commit dc2b2fef49
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -152,9 +152,9 @@ $(function () {
//Add slimscroll to navbar dropdown
if (o.navbarMenuSlimscroll && typeof $.fn.slimscroll != 'undefined') {
$(".navbar .menu").slimscroll({
height: "200px",
height: o.navbarMenuHeight,
alwaysVisible: false,
size: "3px"
size: o.navbarMenuSlimscrollWidth
}).css("width", "100%");
}
+1 -1
View File
File diff suppressed because one or more lines are too long