use pointer events if available
This commit is contained in:
parent
c08652cfe8
commit
735c374e9c
4 changed files with 185 additions and 23 deletions
|
|
@ -12,6 +12,10 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.carousel.pointer-event {
|
||||
touch-action: pan-x;
|
||||
}
|
||||
|
||||
.carousel-inner {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue