From 0bdcaade3afc281ca24d357bb1d07f24610106c0 Mon Sep 17 00:00:00 2001 From: costingh Date: Thu, 15 Jul 2021 08:10:06 +0300 Subject: [PATCH] Changed overflow visible to hidden of hr element --- normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index 192eb9c..284d7fc 100644 --- a/normalize.css +++ b/normalize.css @@ -53,7 +53,7 @@ h1 { hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ - overflow: visible; /* 2 */ + overflow: hidden; /* 2 */ } /**