How to bring Image to Front

Hey there,

how can i bring an Image to Front? Ist should be on top of all other components (overlapping the next row too).

Thank you in advance

You have the z-index of the bottom image (highlighted in red) set too high, try bringing it down in your css

Thank you for your reply.

I had no z-index set on my images till now

But tried to set the top image (with the frog) to z-index:5 and the below background-image to z-index:1

Does change nothing…

edit: i googled :slight_smile: if i set position to relative instead of the default static the z-index works als expected

Problem solved. Thanks!