It seems like I can't control how an emoji is rendered on the page. Regardless of the different ways I've tried, I can't get text to render over it. Here's a sample post.
I'm not sure if this is actually a bug or not, but I figured I'd report it
this is just css being evil: z-index has no effect on statically positioned elements. adding `position: relative` to the div that contains the text makes it work
Ames
It seems like I can't control how an emoji is rendered on the page. Regardless of the different ways I've tried, I can't get text to render over it. Here's a sample post.
I'm not sure if this is actually a bug or not, but I figured I'd report it