Chrome和firefox的滚动条颜色不兼容,应该怎么改
css吧
全部回复
仅看楼主
level 1
erw3qaqa 楼主
.scroll-bar::-webkit-scrollbar-track {
border-radius: 0;
background-color: #282e3e;
}
.scroll-bar::-webkit-scrollbar {
width: 15px;
height: 15px;
background-color: #282e3e;
}
.scroll-bar::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: #393d42;
}
2018年01月25日 03点01分 1
1