In a newest version on OWL there is problem with vertical scrolling when user achieve section with slider. I've needed to install version 2.2.1 and then everything was working ok. I tested it on Google Chrome
Something was changed on this element that stops touch actions, its been corrected but I dont think the assets have been updated. You can fix this by adding something like
.owl-item {
touch-action: initial !important;
}
Hopefully this will be fixed soon
Thanks a lot @keefyhub
You have saved my day!
Most helpful comment
https://github.com/OwlCarousel2/OwlCarousel2/blob/b5e907f45aa2ff554c658baaddfe2135278ef7ab/docs/assets/owlcarousel/assets/owl.carousel.css#L81-L83
Something was changed on this element that stops touch actions, its been corrected but I dont think the assets have been updated. You can fix this by adding something like
Hopefully this will be fixed soon