level 1
.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