Fixed issue #329

pull/337/head
Abdullah Almsaeed 2015-04-09 21:06:47 -04:00
parent cd4c9aecba
commit dc2b2fef49
2 changed files with 3 additions and 3 deletions

4
dist/js/app.js vendored
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%");
}

2
dist/js/app.min.js vendored

File diff suppressed because one or more lines are too long