When applying css border-radius:[some value]
to a parent element and having a fixed positioned child element, I noticed that in Internet Explorer the child element appears to be 'clipped' into the parent. However, if I use border-radius:0
in the parent element, the result is as expected (albeit without a border radius).
This behavior seems to occur only in IE versions 9 and above, while other browsers display the content as intended.
You can see an example of this issue in action on JSFiddle.