如何在nicescroll中更改滚动条的位置?

时间:2018-09-10 09:58:46

标签: jquery html css scrollbar nicescroll

我正在使用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

0 个答案:

没有答案