I'm trying to integrate the JW player with the Amazon IVS Emoji Reactions demo.
Here's a Codepen demo of what I've done so far.
If you uncomment
.overlay{
z-index: 2;
}
you would be able to see the emojis but you won't be able to control the player, you won't be able to play the video. And vice versa, if you comment out the z-index, you can play the video but the emojis won't be visible.
Is there any way around it?