mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fixes new Chrome-35 and IE10 (touch-action)
See: https://github.com/EightMedia/hammer.js/wiki/How-to-fix-Chrome-35--and-IE10--scrolling-(touch-action) http://docs.webplatform.org/wiki/css/properties/touch-action
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