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

Reply To: 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 Reply To: Scolls background page and not search results

#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;
}