mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Merge pull request #568 from necolas/fix/562
Remove overflow from select and update multiple overflow
This commit is contained in:
commit
809d747e38
4
normalize.css
vendored
4
normalize.css
vendored
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user