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 ========================================================================== */