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