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

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41502
    Stuart Joyce
    Stuart 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 1 year, 2 months ago by Stuart Joyce Stuart Joyce.
    #41507
    Ernest Marcinko
    Ernest 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;
    }
    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.