box-sizing-polyfill icon indicating copy to clipboard operation
box-sizing-polyfill copied to clipboard

Stopped it from breaking with block elements of height: 100%

Open entozoon opened this issue 9 years ago • 0 comments

If you have, say <body> or a <div> that has height 100%, the polyfill breaks. The error is pointed out in IE7 on XP as well as in the Edge debugger in IE7 mode. I believe it is because parseInt(csh) where csh is "100%" doesn't parse properly.

entozoon avatar Nov 30 '15 10:11 entozoon