mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #1455 from malixsys/patch-5
fix(tap): `touch-action: pan-y` instead of `none`
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
html {
|
||||
overflow: hidden;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
-ms-touch-action: pan-y;
|
||||
touch-action: pan-y;
|
||||
}
|
||||
|
||||
body,
|
||||
|
||||
Reference in New Issue
Block a user