Apparently mix-blend-mode doesn't play nice with transform: translate()
and z-index
. Applying any of these to some text element will immediately cancel the mix-blend-mode affect.
Questions
- Is this a known limitation?
- Is there a CSS-based workaround?
I know I can use JavaScript to mimic the transform: translate()
functionality, but this isn't really ideal.