提交 53393404 编写于 作者: A ADmad 提交者: Abdullah Almsaeed

Don't hardcode slimscroll options. (#1605)

上级 c3fb2e2b
......@@ -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'
})
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册