修改滚动条样式

Posted tw6668

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修改滚动条样式相关的知识,希望对你有一定的参考价值。

/*滚动条样式*/
.overflow-height::-webkit-scrollbar     width: 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);

  

以上是关于修改滚动条样式的主要内容,如果未能解决你的问题,请参考以下文章