网页滚动条修改 css

::-webkit-scrollbar {

width: 6px;

height: 6px;

}

::-webkit-scrollbar-thumb {

background-color: #c2c2c2;

background-clip: padding-box;

min-height: 28px;

}