我正在使用nicescroll插件,一切正常,但是正如我在所附的图像中提到的那样,有一个带有表边框和滚动条的空间。如何更改滚动条的位置? 我需要更改边框的css,例如border,position和...。 加载与滚动条相关的页面后有一个div,它具有内部css,但我无权访问,也不知道其来源。
here is the image of the table and the scrollbar i have
<script type="text/javascript">
$(window).bind('load',function () {
$('.scroll-box').niceScroll({
cursorcolor:"#424242",
cursoropacitymax:1,
cursorwidth:"11px",
cursorborderradius:0,
cursorfixedheight: 50
});
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
png