Hi ! Having a bit of a odd one with z-index and pseudo element. I'm trying to put a pseudo element in z-index -1, relative to an h3 in z-index 2 behind a li in z-index 3, but the pseudo element always end up on top of my li element despite its z-index being higher.
You may find the css here (my problem occurs at line 350) https://github.com/LuxSolace/landing-page-hockey/blob/main/style.css and the html here https://github.com/LuxSolace/landing-page-hockey/blob/main/index.html (with the element at line 173).
I read online that putting the element with a pseudo element inside a parent container can fix the problem, but it didn't work here. If it's the fact that the blob is inside a pseudo element, I can change it, but I just wondered if somehow this HTML configuration could work, and if so, where did I go wrong ?
