The library supports having CSS transforms applied to its parent elements that do 2D scaling and translation. Anything else (rotation, 3D transformation, shearing) will break the editor.
This states that the editor supports translation in the style of translateX and translateY
I have editors within elements that are transformed using translateX and translateY (no 3D transformation) and the autocompletion tooltips are placed way off
but I then need to override its z-index.
Do you think that’s the preferred way to do it?
I’ll try adding a minimal example here.
Basically I’m using the muuri library which lays out elements transformed by translateX and translateY and within each of those elements there’s an editor instance
While technically being valid JavaScript, 'absolute' | 'fixed' evaluates to 0 and is probably not what you want to do here, so I’m a bit confused about the intention of this code.
What tooltips configuration are you using when this goes wrong?