mCustomScrollbar将滚动条向右移动

时间:2017-04-27 16:25:57

标签: jquery scrollbar

我想从mCustomScrollbar向右移动一点滚动条。

默认值:

enter image description here

希望的结果:

enter image description here

我将其初始化为:

scrollbarPosition: "string"

如果我选择了{{1}},那么右边的选项就太多了。

这个jQuery插件的给定选项有什么办法吗? http://manos.malihu.gr/jquery-custom-content-scroller/

1 个答案:

答案 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>