From c46a0c7e88523523fef5335705bb98aeceba9fe4 Mon Sep 17 00:00:00 2001 From: patrickhlauke Date: Fri, 2 Nov 2018 23:51:17 +0000 Subject: Replace touch-action: none with pan-y, remove preventDefault from touch event handling --- scss/_carousel.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 97ce6a29c..5e0949a92 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -16,7 +16,7 @@ } .carousel.pointer-event { - touch-action: none; + touch-action: pan-y; } .carousel-inner { -- cgit v1.2.3