自定义滚动条
.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;
}
参考链接:
.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;
}
参考链接: