Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › No scrollbar on live search › Reply To: No scrollbar on live search
March 16, 2020 at 1:53 pm
#26272
Keymaster
Hi,
Thank you for the details, it helps us a lot. The following custom CSS is active somewhere on the site:
div.asp_r .results {
overflow-y: hidden !important;
position: relative;
z-index: 9;
}
It completely disables the custom scrolling. If you remove at least this part:
overflow-y: hidden !important;
..it will resolve the issue.