Don't hardcode slimscroll options. (#1605)

This commit is contained in:
ADmad 2017-10-27 02:18:52 +05:30 committed by Abdullah Almsaeed
parent c3fb2e2bcd
commit 53393404f1

View file

@ -130,9 +130,7 @@
// Add slimscroll
$(Selector.sidebar).slimScroll({
height: ($(window).height() - $(Selector.mainHeader).height()) + 'px',
color : 'rgba(0,0,0,0.2)',
size : '3px'
height: ($(window).height() - $(Selector.mainHeader).height()) + 'px'
})
}
}