From 6ed1d6f7e53bc294383b6aecd90bb4c6f3710c98 Mon Sep 17 00:00:00 2001 From: necolas Date: Thu, 5 May 2011 20:33:49 +0100 Subject: [PATCH] Remove overflow:hidden from body, cuts off content of fixed-width elements --- normalize.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/normalize.css b/normalize.css index 65e813b..40605dc 100644 --- a/normalize.css +++ b/normalize.css @@ -55,12 +55,10 @@ html { /* * Remove margin and hide overflow from element - * Margin overflow displayed incorrectly in IE6/7 */ body { margin: 0; - overflow: hidden; } /*