0
点赞
收藏
分享

微信扫一扫

CSS禁用系统的滚动条(服务于移动端)

秀儿2020 2022-11-07 阅读 9


<style>
html,body{
width:100%;
overflow:hidden;
}
</style>


举报

相关推荐

0 条评论