禁止手机浏览器下拉刷新

This commit is contained in:
whyour
2023-03-19 15:15:01 +08:00
parent 7291098f98
commit f1f009da3b
+4
View File
@@ -10,6 +10,10 @@
}
body {
// 禁止手机页面下拉刷新
overflow: hidden;
// 禁止手机页面弹簧效果
position: fixed;
top: 0;
left: 0;