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

No scrollbar on live search

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26270
    bazelen06bazelen06
    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

    #26272
    Ernest MarcinkoErnest 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.

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