diff --git a/normalize.css b/normalize.css index 342d2b9..406bc54 100644 --- a/normalize.css +++ b/normalize.css @@ -43,6 +43,16 @@ html { -webkit-tap-highlight-color: transparent; /* 3 */ } +/* + * Remove margin and hide overflow from element + * Margin overflow displayed incorrectly in IE6/7 +*/ + +body { + margin: 0; + overflow: hidden; +} + /* * Remove outline on element when active or hovered * Improves readability when focused and also mouse hovered in all browsers