1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

use pointer events if available

This commit is contained in:
Johann-S
2018-10-14 23:10:13 +02:00
committed by XhmikosR
parent c08652cfe8
commit 735c374e9c
4 changed files with 185 additions and 23 deletions

View File

@@ -12,6 +12,10 @@
position: relative;
}
.carousel.pointer-event {
touch-action: pan-x;
}
.carousel-inner {
position: relative;
width: 100%;