emilyploszaj / emi

A featureful and accessible item and recipe viewer
MIT License
220 stars 46 forks source link

Fix drag drop handler rendering at a further back z level than the item #488

Closed pupnewfster closed 3 months ago

pupnewfster commented 3 months ago

For some of my screens, it appears that while the item does render above the screen, the green rendering of the drag drop renders too far back and is behind part of it. This fixes that problem, and also moves to using native matrix transforms rather than model view hacks, as items properly support those now.