Home › Forums › WoodMart support forum › Problem about sliders › Reply To: Problem about sliders
July 6, 2020 at 3:00 pm
#208984
muhammedyagci
Participant
I find this solve.
If I add this code will it be any problem.
add global css
.owl-carousel.owl-drag .owl-item {
touch-action: pan-y;
}
.owl-carousel .owl-item {
touch-action: pan-y;
}