技术教程
当前位置:首页 > 技术教程

网页去除浏览器滚动条

( 更新:07-11   加入收藏)

::-webkit-scrollbar{
  display:none;
}

将他加在你的 css 里面就可以了
相关阅读