This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko 10 months, 2 weeks ago.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Vertical Results not scrollable
This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko 10 months, 2 weeks ago.
The vertical overlay results are not scrollable on the frontend. See attached images. I already fixed it by adding this to my custom CSS but you might want to check if the problem also exists on your end:
.asp_simplebar-content-wrapper {
overflow-y: scroll !important;
}
Best regards
Harry
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.
Best,Ah, thank you Ernest. Issue resolved 🙂
You must be logged in to reply to this topic.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |