Skip to content

Commit 0bdcaad

Browse files
committed
Changed overflow visible to hidden of hr element
1 parent fc091cc commit 0bdcaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ h1 {
5353
hr {
5454
box-sizing: content-box; /* 1 */
5555
height: 0; /* 1 */
56-
overflow: visible; /* 2 */
56+
overflow: hidden; /* 2 */
5757
}
5858

5959
/**

0 commit comments

Comments
 (0)