No scrollbar on live search

Home Forums Product Support Forums Ajax Search Pro for WordPress Support No scrollbar on live search

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 4 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26270
    bazelen06
    bazelen06
    Participant

    Hi,

    When performing a live search on our website, the vertical scrollbar no longer appears in the live results, like it used to. Any ideas what might be causing this?

    https://mrhudsonexplores.com/

    Thanks,
    Bastiaan

    Attachments:
    You must be logged in to view attached files.
    #26272
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    Thank you for the details, it helps us a lot. The following custom CSS is active somewhere on the site:

    div.asp_r .results {
        overflow-y: hidden !important;
        position: relative;
        z-index: 9;
    }

    It completely disables the custom scrolling. If you remove at least this part:

    overflow-y: hidden !important;

    ..it will resolve the issue.

    Best,
    Ernest Marcinko

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


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

You must be logged in to reply to this topic.