From ff806fb9d66c301b9c11cfada1206cb3ea7dda9e Mon Sep 17 00:00:00 2001 From: bnjmnm Date: Mon, 6 Jan 2020 09:30:30 -0500 Subject: [PATCH] revert the removal of SVG overflow:hidden --- normalize.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/normalize.css b/normalize.css index 192eb9ce4..117bf3919 100644 --- a/normalize.css +++ b/normalize.css @@ -149,6 +149,14 @@ img { border-style: none; } +/** + * Hide the overflow in IE. + */ + +svg:not(:root) { + overflow: hidden; +} + /* Forms ========================================================================== */