mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed issue #329
parent
cd4c9aecba
commit
dc2b2fef49
|
@ -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%");
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue