mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02: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:
@@ -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