记录一下本次的功能 ``
.box1{
width: 300px;
height: 300px;
background-color: #ccc;
overflow-y: scroll;
&::-webkit-scrollbar {
display: none;
}
.box12{
width: 200px;
height: 800px;
background-color: red;
}
}
&::-webkit-scrollbar { display: none; }这个放到父级元素上可以让滚动条消失 目前测试只有在Edge和Chrome起作用 火狐无效