body,
html {
 min-width: 290px; 
 overflow-x: auto !important;
}

/* Hide options that are not selectable by the user */
select[name=department] option[value=other] {
  display: none;
}