diff --git a/normalize.css b/normalize.css index d51d1a9..8ae1019 100644 --- a/normalize.css +++ b/normalize.css @@ -271,12 +271,10 @@ optgroup { /** * Show the overflow in IE. * 1. Show the overflow in Edge. - * 2. Show the overflow in Edge, Firefox, and IE. */ button, -input, /* 1 */ -select { /* 2 */ +input { /* 1 */ overflow: visible; }