normalize.css
normalize.css copied to clipboard
Changed overflow: visible to overflow: hidden for hr element
Applied the expected overflow value for hr element, accordingly to HTML5 spec
Do you have a link to the spec? I can't find anything regarding css overflow.
Do you have a link to the spec? I can't find anything regarding css overflow.
This is the link to the spec: https://html.spec.whatwg.org/multipage/rendering.html#the-hr-element-2
fixes #860