normalize.css icon indicating copy to clipboard operation
normalize.css copied to clipboard

revert the removal of SVG overflow:hidden, still needed for IE

Open bbenjamin opened this issue 6 years ago • 1 comments

The overflow: hidden rule for SVG images was removed in this commit https://github.com/necolas/normalize.css/commit/004d58b2f2e0ac3d03d075f8de46ce7c8234742 The comment for this commit states:

Drop support for older browsers: IE 9-, Android 4, Safari 7-.

This rule is still necessary for supported versions of IE (10/11), so it shouldn't have been removed. This PR brings it back.

bbenjamin avatar Jan 06 '20 14:01 bbenjamin

Please note that sometimes overflow visible is desirable https://twitter.com/JoshWComeau/status/1288606220304158721

jakob-e avatar Aug 18 '20 07:08 jakob-e