Overlapping zoomed cells in Horizontal Repeating Group

Hi, we’ve been working on a page where we display a horizontal repeating group with games’ mini-clips.

I’ve added some CSS to give it a Zoom effect when hovered that partially works. Unfortunately the issue is that while the zoomed clips ovelaps adjacent cells (as intended) it ends up not displaying the zoomed clip above both adjacent cells, rather is shows as under the right cell.

It seems like the z-index of the cell increases as the cell index increases, so I get the result below. I’ve tried adding a higher z-index to my CSS, but nothing changes.

Ideas? Thanks!

Hey, did you found a solution for this problem ? Thank you :slight_smile:

Not really…