I can't scroll page on mobile while start draggin on carousel. So if carousel take all visible space on mobile - it's become little bit tricky to go up/down to page...
How I can disable this kinda "interception" of scrolling?
Add this CSS to your CSS/SASS file and this should work, it worked for me.
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
-ms-touch-action: auto;
touch-action: auto;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With