Old, but this will do what you're after without need for jquery. The hidden overflow gets rid of the scrollbar, and the javascript makes it the right size.
And just a tiny amount of javascript
var select = document.getElementById('select');
select.size = select.length;