diff --git a/normalize.css b/normalize.css index 615fa33..7ae90bb 100644 --- a/normalize.css +++ b/normalize.css @@ -297,12 +297,19 @@ optgroup { 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 * the UA stylesheet. */ -button, input { line-height: normal; }