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
February 22, 2023 at 1:53 pm
#41507
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;
}