网页滚动条修改 css

时间:2020-05-19 12:32:44   收藏:0   阅读:59
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;

  }

  ::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    background-clip: padding-box;
    min-height: 28px;
  }
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!