Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorpatrickhlauke <redux@splintered.co.uk>2018-11-03 02:51:17 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-04 15:40:19 +0300
commitc46a0c7e88523523fef5335705bb98aeceba9fe4 (patch)
tree0159f408eb9d8f8c84c4052ddce27a834860cec0 /scss
parent9cc237d0ba1eda0b7ca96cdbfbbf2df9a11c4d4c (diff)
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 97ce6a29cc..5e0949a92a 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 {