mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Remove overflow:hidden from body, cuts off content of fixed-width elements
This commit is contained in:
parent
cce41fedd3
commit
6ed1d6f7e5
2
normalize.css
vendored
2
normalize.css
vendored
@ -55,12 +55,10 @@ html {
|
||||
|
||||
/*
|
||||
* Remove margin and hide overflow from <body> element
|
||||
* Margin overflow displayed incorrectly in IE6/7
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user