扫码关注官方订阅号
Body的overflow设置为hidden在移动端不起效果;https://liangweibiao.github.i...
Body的overflow设置为hidden
闭关修行中......
给页面设置高度:
html, body { width: 100%; height: 100%; } //要滚动的元素 .bg-wrapper { height:100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; }
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
给页面设置高度: