mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 15:50:01 +02:00
Replace touch-action: none with pan-y, remove preventDefault from touch event handling
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
}
|
||||
|
||||
.carousel.pointer-event {
|
||||
touch-action: none;
|
||||
touch-action: pan-y;
|
||||
}
|
||||
|
||||
.carousel-inner {
|
||||
|
Reference in New Issue
Block a user