This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Vertical Results not scrollable

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Vertical Results not scrollable

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37699
    seowerkseowerk
    Participant

    The vertical overlay results are not scrollable on the frontend. See attached images. I already fixed it by adding this to my custom CSS but you might want to check if the problem also exists on your end:
    .asp_simplebar-content-wrapper {
    overflow-y: scroll !important;
    }

    Best regards
    Harry

    #37702
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    The issue is caused by this custom CSS, it is added to the child theme files:

    .results {
        height: 40vh !important;
        overflow-y: hidden !important;
    }

    If you wish to limit the height of the results, you can do that via the settings instead, here: https://i.imgur.com/H48lC11.png

    When you remove that custom CSS, and the other one as well for the simplebar content wrapper, it will resolve the issue.

    #37704
    seowerkseowerk
    Participant

    Ah, thank you Ernest. Issue resolved 🙂

    #37705
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.