Skip to content

Commit e4a7827

Browse files
author
Jonathan Neal
committed
Remove overflow from select and update multiple overflow
While the consistent `overflow` for `select` is `visible`, updating this property has no effect in any browser, but instead creates an inappropriately visible overflow for `select[multiple]`.
1 parent ab3abb6 commit e4a7827

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)