Don't hardcode slimscroll options. (#1605)

pull/1708/head
ADmad 7 years ago committed by Abdullah Almsaeed
parent c3fb2e2bcd
commit 53393404f1

@ -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'
})
}
}

Loading…
Cancel
Save