A rotated image covers a part of my header

When I scroll down to the rotated image my header gets covered. Before everything is fine. What do I do? Here’s the link: https://codepen.io/daisy_weaver/full/mdpQqWj.

using z-index on header can solve that issue though…

Would you mind showing me how?

header{
z-index: 100;
}

I just added “z-index:1” before you answered again and it worked.

1 Like

You saved me a lot of confusion and time spent searching for an answer. Thank you very much!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.