Vertical Results not scrollable

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

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 10 months, 2 weeks ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37699
    seowerk
    seowerk
    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

    Attachments:
    You must be logged in to view attached files.
    #37702
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #37704
    seowerk
    seowerk
    Participant

    Ah, thank you Ernest. Issue resolved 🙂

    #37705
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.