1.在css中设置
::-webkit-scrollbar
{
display: none!important;
width: 0px;
height: 0px;
}
本文介绍了一种在CSS中隐藏滚动条的方法,通过设置::-webkit-scrollbar属性为display:none,可以实现浏览器滚动条的完全隐藏,适用于追求极简设计的网页。
1.在css中设置
::-webkit-scrollbar
{
display: none!important;
width: 0px;
height: 0px;
}
1118
293

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