::-webkit-scrollbar {width: 10px;height: 10px;background: #0e0c0c; /可以设置轨道颜色/padding-right: 2px;position: relative;right: 20px !important;}
可以设置宽度等属性 但是不支持定位和margin等
把滚动的盒子的margin换成padding试试 保证盒子的右边位置贴着屏幕最右边就行