Hierarchy?

I have a grid with three columns. In each of them a flex and in the left and right flex a gallery. In the middle flex a picture that if you hover over it becomes bigger. It hovers over the lefthand gallery but it dives underneath the one on the right.
Is there a way for me to correct that it will hover over both galleries ?

The center Flex needs a higher Z-index than the two outer (gallery) Flexes. Try this …

The Z-index is set in the Layout attributes of each Flex.
All 3 flexes will start with the default Z-index of “None”.
Change the Z-index of the center Flex/Layout attribute to “Custom” and enter a number greater than zero.

1 Like

Thank you! :grinning_face: