<select multiple> overflows
Created by: danieldecsi
Operating system and version: Ubuntu 14.04 Browser and version: Chrome 52.0.2743.82
Options overflow on multiple selects if there are at least 5 options. http://codepen.io/anon/pen/GqGdbw https://s3.amazonaws.com/upload.screenshot.co/33f65bef97
If am not mistaken it is caused by the overflow: visible; declaration set by normalize.css on selects. Possible solution is to upgrade it to the latest version, the declaration was removed in this commit: https://github.com/necolas/normalize.css/commit/e4a7827199b61e1cdcabe807044b3a2384bba924.