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 // 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…
Cancel
Save