嗨,关于jquery插件完美滚动条。
我想要两个滚动条之间的间隙。
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/
任何帮助都非常感激。
答案 0 :(得分:1)
更新ps-scrollbar-x-rail
和ps-scrollbar-y-rail
的课程,分别添加一些margin-right
和margin-bottom
。 Here's a fiddle
根据您的喜好增加/减少值。