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
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]