你好,关于jquery插件perfect-scrollbar。
我想要两个滚动条之间的间隙。

HTML:
<div class="container">
<div class="content"></div>
</div>
CSS:
.container {
width: 400px;
height: 300px;
margin: 50px auto 0 auto;
position: relative;
overflow: auto;
}
.content {
background: url('https://noraesae.github.io/perfect-scrollbar/azusa.jpg') top left no-repeat;
width: 1280px;
height: 720px;
}
JS:
$('.container').perfectScrollbar();请在此处查看演示
https://jsfiddle.net/DanielApt/gbfLazpx/
任何帮助都非常感谢。
发布于 2017-03-24 02:01:34
更新ps-scrollbar-x-rail和ps-scrollbar-y-rail的类,分别添加一些margin-right和margin-bottom。Here's a fiddle
根据您的喜好增加/减少值。
https://stackoverflow.com/questions/42983539
复制相似问题