Depth/z-ordering of DOM elements from the 'cameras' perspective is incorrect in some cases #9
Description
In some cases, and moreso in some browsers than others, further elements appear in front of other elements which are closer to the 'camera'.
Take the two images below as an example, the first is from Firefox (mostly correct depth) and second from Chrome (further back sidebar clearly renders in front of closer DOM elements)
This issue appears all over the place in small and large ways. Finding a robust solution to this would be the single biggest improvement to this plugin and bring it up to the consistency that a browser dev tool would have.
If anyone makes major headway on this, I'll buy you a coffee! (Not sure if my repeated attempts to bribe everyone with coffee are doing anything but it's worth a shot)
Go to any sufficiently complex website and you will encounter this issue frequently when rotating around, at least in Chrome and Firefox (Safari seems to do a better job)