Set touch-action to auto

Resolve #480.
This commit is contained in:
Hyunje Jun 2016-10-18 10:18:55 +09:00
parent 908cee5490
commit ce7146121f

View File

@ -42,8 +42,8 @@
// Layout and theme mixin // Layout and theme mixin
@mixin ps-container($theme) { @mixin ps-container($theme) {
-ms-touch-action: none; -ms-touch-action: auto;
touch-action: none; touch-action: auto;
overflow: hidden !important; overflow: hidden !important;
-ms-overflow-style: none; -ms-overflow-style: none;