Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Vertical Results not scrollable › Reply To: Vertical Results not scrollable
May 3, 2022 at 12:44 pm
#37702
Keymaster
Hi,
The issue is caused by this custom CSS, it is added to the child theme files:
.results {
height: 40vh !important;
overflow-y: hidden !important;
}
If you wish to limit the height of the results, you can do that via the settings instead, here: https://i.imgur.com/H48lC11.png
When you remove that custom CSS, and the other one as well for the simplebar content wrapper, it will resolve the issue.