【发布时间】:2017-04-27 16:25:57
【问题描述】:
我想将滚动条从 mCustomScrollbar 向右移动一点。
默认值:
希望的结果:
我是这样初始化的:
$(".framed-content").mCustomScrollbar({
theme: "dark-2",
scrollButtons:{ enable: true },
});
如果我有 scrollbarPosition: "string" 选项,它在右边太多了,在盒子外面。
这个jQuery插件的给定选项有什么办法吗? http://manos.malihu.gr/jquery-custom-content-scroller/
【问题讨论】: