Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Let the grouped search results displayed as tabs › Reply To: Let the grouped search results displayed as tabs
May 26, 2021 at 12:36 pm
#33423
Keymaster
Try turning off the custom scrollbar script, it may resolve that. If not, then try overriding with a custom style:
.asp_r div.results {
height: auto !important;
}