mirror of https://github.com/ColorlibHQ/AdminLTE
Don't hardcode slimscroll options. (#1605)
parent
c3fb2e2bcd
commit
53393404f1
|
@ -130,9 +130,7 @@
|
||||||
|
|
||||||
// Add slimscroll
|
// Add slimscroll
|
||||||
$(Selector.sidebar).slimScroll({
|
$(Selector.sidebar).slimScroll({
|
||||||
height: ($(window).height() - $(Selector.mainHeader).height()) + 'px',
|
height: ($(window).height() - $(Selector.mainHeader).height()) + 'px'
|
||||||
color : 'rgba(0,0,0,0.2)',
|
|
||||||
size : '3px'
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue