自定义滚动条


.cotover{

    background-color: #fff;

    width: 100%;

    height: 89.6vh;

    overflow-y:scroll;

}

.cotover::-webkit-scrollbar{

    width:2px;

    height:100%;

    background-color: #fff;

    border:0;

}

.cotover::-webkit-scrollbar-button{

    display:none;

}

 

 

参考链接:

https://blog.csdn.net/qq_29132907/article/details/78426163