Skip to content

Commit 809d747

Browse files
author
Jonathan Neal
committed
Merge pull request #568 from necolas/fix/562
Remove overflow from select and update multiple overflow
2 parents ab3abb6 + e4a7827 commit 809d747

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

normalize.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,10 @@ optgroup {
271271
/**
272272
* Show the overflow in IE.
273273
* 1. Show the overflow in Edge.
274-
* 2. Show the overflow in Edge, Firefox, and IE.
275274
*/
276275

277276
button,
278-
input, /* 1 */
279-
select { /* 2 */
277+
input { /* 1 */
280278
overflow: visible;
281279
}
282280

0 commit comments

Comments
 (0)