diff --git a/src/css/mixins.scss b/src/css/mixins.scss index 135e3f6..ab9c455 100644 --- a/src/css/mixins.scss +++ b/src/css/mixins.scss @@ -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;