Skip to content

Commit

Permalink
Address button overflow in IE 8/9/10
Browse files Browse the repository at this point in the history
  • Loading branch information
wilddeer authored and necolas committed Jan 24, 2014
1 parent e372fcd commit 68322db
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 68322db

Please sign in to comment.