aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorpatrickhlauke <[email protected]>2018-10-15 20:53:51 +0100
committerXhmikosR <[email protected]>2018-10-20 15:32:09 +0300
commit7b8f01d839aa2d2683bd5f90f79fe632d58bf9a4 (patch)
tree4cf33dc55fe054ffb1e3178fb394a257494a091b /scss
parent735c374e9c366446afb30e20592ac1d796c7bb69 (diff)
downloadbootstrap-7b8f01d839aa2d2683bd5f90f79fe632d58bf9a4.tar.xz
bootstrap-7b8f01d839aa2d2683bd5f90f79fe632d58bf9a4.zip
Use correct touch-action values
- my fault, my original advice of using `touch-action: pan-x` is exactly the value we *don't* want to have the browser handle...
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 7d3728b40..130965f79 100644
--- a/scss/_carousel.scss
+++ b/scss/_carousel.scss
@@ -13,7 +13,7 @@
}
.carousel.pointer-event {
- touch-action: pan-x;
+ touch-action: pan-y pinch-zoom;
}
.carousel-inner {