Remove overflow:hidden from body, cuts off content of fixed-width elements

This commit is contained in:
necolas 2011-05-05 20:33:49 +01:00
parent cce41fedd3
commit 6ed1d6f7e5

2
normalize.css vendored
View File

@ -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;
}
/*