我想从mCustomScrollbar向右移动一点滚动条。
默认值:
希望的结果:
我将其初始化为:
scrollbarPosition: "string"
如果我选择了{{1}},那么右边的选项就太多了。
这个jQuery插件的给定选项有什么办法吗? http://manos.malihu.gr/jquery-custom-content-scroller/
答案 0 :(得分:0)
这是因为框架内容div中的填充。我删除它并将填充放在框架内容div中的div中:
<div class="framed-content" style="height:274px;overflow-x:hidden;overflow-y:hidden;">
<div style="padding:20px;height:400px;">
List of frames...
</div>
</div>