You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the canvas element is not the only child within its parent / not a last element, the element order can be changed after exiting from the polyfilled XR session.
This can cause an issue where element order is important like some elements should be displayed above other elements.
Of course, this can be bypassed by applying CSS z-index or order to elements, but it would be nice if the polyfill preserve the elements' order.
before
in xr session
after
<canvas> is appended as the last element
The text was updated successfully, but these errors were encountered:
If the canvas element is not the only child within its parent / not a last element, the element order can be changed after exiting from the polyfilled XR session.
This can cause an issue where element order is important like some elements should be displayed above other elements.
Of course, this can be bypassed by applying CSS
z-index
ororder
to elements, but it would be nice if the polyfill preserve the elements' order.before
in xr session
after
The text was updated successfully, but these errors were encountered: