For me use the appearance: none; should do the trick but you have to accept the "ugly" form features
the appearance: none;
select { appearance: none; width: 100%; height: 100%; }
Based on developer.mozilla.org