Skip to content

Commit

Permalink
Merge pull request necolas#568 from necolas/fix/562
Browse files Browse the repository at this point in the history
Remove overflow from select and update multiple overflow
  • Loading branch information
jonathantneal committed Apr 10, 2016
2 parents ab3abb6 + e4a7827 commit 809d747
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 809d747

Please sign in to comment.