mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
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...
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
.carousel.pointer-event {
|
||||
touch-action: pan-x;
|
||||
touch-action: pan-y pinch-zoom;
|
||||
}
|
||||
|
||||
.carousel-inner {
|
||||
|
||||
Reference in New Issue
Block a user