I am implementing a 3D interface using jQuery Isotope and Infinite Scrolling. The Loading message for the infinite scrolling should be position: fixed. However, because its parent has a -webkit-perspective set, then it seems to revert to absolute positioning.
Is this a known bug, or is this just typically how 3D transforms affect their children?