mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Replace touch-action: none with pan-y, remove preventDefault from touch event handling
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
}
|
||||
|
||||
.carousel.pointer-event {
|
||||
touch-action: none;
|
||||
touch-action: pan-y;
|
||||
}
|
||||
|
||||
.carousel-inner {
|
||||
|
||||
Reference in New Issue
Block a user