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

Reply To: Front-end search settings – Drodpwn not displaying

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Front-end search settings – Drodpwn not displaying Reply To: Front-end search settings – Drodpwn not displaying

#10579
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Everything is there, but looks like a stylesheet rule might be hiding the overflow (scroll handle) for the items.

This custom CSS should fix that, by forcing the overflow to be visible:

[html]fieldset div.asp_select_multiple select[name*=aspf] {
overflow: auto !important;
}[/html]