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

Recent update search bar missing

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Recent update search bar missing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41477
    blynksolutions27blynksolutions27
    Participant

    Quick question, we did the recent AJAX Search pro update, and the search results scroll bar went away after the update, and we can’t scroll through the searched content. Is this a known issue? It seems to happen on all three sites that were updated. (Sites have been reverted for now) Thank you ahead of time.

    #41490
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Thank you for reporting this. I was able to replicate on a specific container. This custom CSS should resolve it until we release a hotfix patch:

    .asp_r.vertical .results {
        overflow: auto !important;
    }
    
    .asp_r.vertical .results::-webkit-scrollbar-track {
        background: white !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.