Set touch-action to auto

Resolve #480.
master
Hyunje Jun 8 years ago
parent 908cee5490
commit ce7146121f

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

Loading…
Cancel
Save