Merge pull request #568 from necolas/fix/562

Remove overflow from select and update multiple overflow
This commit is contained in:
Jonathan Neal 2016-04-10 18:21:01 -04:00
commit 809d747e38

4
normalize.css vendored
View File

@ -271,12 +271,10 @@ optgroup {
/** /**
* Show the overflow in IE. * Show the overflow in IE.
* 1. Show the overflow in Edge. * 1. Show the overflow in Edge.
* 2. Show the overflow in Edge, Firefox, and IE.
*/ */
button, button,
input, /* 1 */ input { /* 1 */
select { /* 2 */
overflow: visible; overflow: visible;
} }