::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
本文介绍了一种简化网页中滚动条样式的CSS方法,通过设置宽度、高度及颜色透明度为0,实现隐藏滚动条同时保持其可用性的效果。
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
851
6032

被折叠的 条评论
为什么被折叠?