mirror of https://github.com/ColorlibHQ/AdminLTE
commit
70b95bbf6f
|
@ -299,7 +299,7 @@ function _init() {
|
||||||
//Destroy if it exists
|
//Destroy if it exists
|
||||||
$(".sidebar").slimScroll({destroy: true}).height("auto");
|
$(".sidebar").slimScroll({destroy: true}).height("auto");
|
||||||
//Add slimscroll
|
//Add slimscroll
|
||||||
$(".sidebar").slimscroll({
|
$(".sidebar").slimScroll({
|
||||||
height: ($(window).height() - $(".main-header").height()) + "px",
|
height: ($(window).height() - $(".main-header").height()) + "px",
|
||||||
color: "rgba(0,0,0,0.2)",
|
color: "rgba(0,0,0,0.2)",
|
||||||
size: "3px"
|
size: "3px"
|
||||||
|
|
Loading…
Reference in New Issue