1
0
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:
patrickhlauke
2018-11-02 23:51:17 +00:00
committed by XhmikosR
parent 9cc237d0ba
commit c46a0c7e88
2 changed files with 1 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
}
.carousel.pointer-event {
touch-action: none;
touch-action: pan-y;
}
.carousel-inner {