• Resolved TamsiPhoenix

    (@tamsiphoenix)


    When I visit an auction listing on mobile, I cant scroll. If I click the 0 bids text it scroll down, but then I cant scroll back up again. Can you help me?

    I am using elementor to build the page, but I also tried using visual composer, but the issue remains. I tried looking through the css but couldnt figure it out.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nitesh

    (@nitesh_singh)

    Hi @tamsiphoenix ,

    Please change below CSS in style.css file of current theme(salient theme). It will solve scroll issue.

    Find this CSS code inside your style.css file:

    body[data-smooth-scrolling="0"] {
        overflow: hidden;
    }
    

    And then replace above code with this below code

    body[data-smooth-scrolling="0"] {
        overflow: visible;
    }

    Regards,
    Nitesh

    Thread Starter TamsiPhoenix

    (@tamsiphoenix)

    Hi Nitesh, this still didn’t fix the issue. I do see it’s an issue with salient though.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t Scroll on Mobile’ is closed to new replies.