修改滚动条样式

/*滚动条样式*/
.overflow-height::-webkit-scrollbar {     5px; height: 5px;}
.overflow-height::-webkit-scrollbar-thumb  {border-radius: 3px; -webkit-box-shadow: inset 0 0 5px #ddd;background: rgba(0,0,0,0.4);}
.overflow-height::-webkit-scrollbar-track  {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);border-radius: 4px; background: rgba(0,0,0,0);}

  

原文地址:https://www.cnblogs.com/tw6668/p/11389389.html