The forum select box should have more then 10 lines. There is a lot unused space below the box. I changed it to 20 on my board.
in search.tmpl search for:
<select name="Forum[]" class="form-select" multiple="multiple" size="10">
and change it to:
<select name="Forum[]" class="form-select" multiple="multiple" size="20">