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

Reply To: Vertical Results not scrollable

#37702
Ernest MarcinkoErnest Marcinko
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.