欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

修改滚动条样式

程序员文章站 2022-07-03 20:50:42
...
修改滚动条样式
.box {
  width: 800px;
  border-radius: 0 0 8px 8px;
  max-height: 400px;
  overflow-y: scroll;
}
.box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  /**/
}