Apparently this doesn\'t work:
select[multiple]{ height: 100%; }
it makes the select have 100% page height...
auto
To remove the scrollbar add the following CSS:
select[multiple] { overflow-y: auto; }
Here's a snippet:
One Two Three One Two Three