CSS控制滚动条的样式

到今天(2018年10月25日)为止, 这还是chrome上的一个实验性特性:

 

        ::-webkit-scrollbar{width:4px;height:4px;}
        ::-webkit-scrollbar-thumb{border-radius:1px;box-shadow:inset 0 0 5px #314659;background:#314659;}
        ::-webkit-scrollbar-track{background:0 0;border-radius:1px;}

 

posted @ 2018-10-25 16:23  乁卬杨  阅读(243)  评论(0编辑  收藏  举报