mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-13 20:30:48 +08:00
禁止手机浏览器下拉刷新
This commit is contained in:
@@ -10,6 +10,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
// 禁止手机页面下拉刷新
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
// 禁止手机页面弹簧效果
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user