Search code examples
owl-carousel-2

Owl Carousel wont scrolling on mobile view?


Hello i have a problem with my website, i cant scrolling on owl-carousel div using mobile view. Please check My Website Im stuck.

thank you anyway


Solution

  • just add following CSS to your owl-carousel's class. This worked for me

    .overlay{
        overflow: scroll;
    }