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
October 24, 2016 at 11:42 am
#10579
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 :)



