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

Scolls background page and not search results

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Scolls background page and not search results

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41502
    Stuart JoyceStuart Joyce
    Participant

    Hi

    If i do a search from the header search at the top of the page I’ve noticed that if I then click on more results the scroll does not work on the mouse for the search results, it just scrolls the page in the background so you can not actually see the results at the bottom.

    Hope this makes sense.

    You can view the page here and see what I mean

    Thanks in advance for your help

    Stuart

    • This topic was modified 3 years, 3 months ago by Stuart JoyceStuart Joyce.
    #41507
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Stuart,

    Thank you for the report, it is a known issue as pointed out by one other customer. We are patching it later today.

    Until then, use this custom CSS to resolve the problem:

    .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.