Start a new topic

emoji z-index not being respected

 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


you are incredible, thank you

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

Login or Signup to post a comment