Skip to content

Commit 6671403

Browse files
committed
Update: <body>
1 parent 4dc9bb4 commit 6671403

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

normalize.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ html {
4343
-webkit-tap-highlight-color: transparent; /* 3 */
4444
}
4545

46+
/*
47+
* Remove margin and hide overflow from <body> element
48+
* Margin overflow displayed incorrectly in IE6/7
49+
*/
50+
51+
body {
52+
margin: 0;
53+
overflow: hidden;
54+
}
55+
4656
/*
4757
* Remove outline on <a> element when active or hovered
4858
* Improves readability when focused and also mouse hovered in all browsers

0 commit comments

Comments
 (0)