Don't hardcode slimscroll options. (#1605)
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user