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 Marcinko
Ernest 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:

fieldset div.asp_select_multiple select[name*=aspf] {
    overflow: auto !important;
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)