html template coffee blend. the own carousel slider does not work correctly

Coffee Blend - Best Coffee Website Template 2023 - Colorlib the own carousel slider in html template coffee blend does not work correctly in a mobile browser (any), it does not allow you to scroll down the page. I tried to change the parameters of mouseDrag. touchDrag. it didn’t help

Hey there

Sorry about that, Please add this CSS code in the Appearance > Customize > Additional CSS:

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: initial;
    touch-action: initial;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

Regards