aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorpatrickhlauke <[email protected]>2018-11-02 23:51:17 +0000
committerXhmikosR <[email protected]>2018-11-04 14:40:19 +0200
commitc46a0c7e88523523fef5335705bb98aeceba9fe4 (patch)
tree0159f408eb9d8f8c84c4052ddce27a834860cec0 /scss
parent9cc237d0ba1eda0b7ca96cdbfbbf2df9a11c4d4c (diff)
downloadbootstrap-c46a0c7e88523523fef5335705bb98aeceba9fe4.tar.xz
bootstrap-c46a0c7e88523523fef5335705bb98aeceba9fe4.zip
Replace touch-action: none with pan-y, remove preventDefault from touch event handling
Diffstat (limited to 'scss')
-rw-r--r--scss/_carousel.scss2
1 files changed, 1 insertions, 1 deletions
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 {