Address button overflow in IE 8/9/10

This commit is contained in:
Oleg Korsunsky 2014-01-24 13:16:11 -08:00 committed by Nicolas Gallagher
parent e372fcd83d
commit 68322db312

9
normalize.css vendored
View File

@ -297,12 +297,19 @@ optgroup {
font-weight: bold; font-weight: bold;
} }
/**
* Address `overflow` set to `hidden` in IE 8/9/10.
*/
button {
overflow: visible;
}
/** /**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in * Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet. * the UA stylesheet.
*/ */
button,
input { input {
line-height: normal; line-height: normal;
} }