this post was submitted on 06 Oct 2023
3 points (80.0% liked)
WebDev
37 readers
1 users here now
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not that I disagree, but if you do use them, understand how stacking contexts work (and use e.g. z-index: 0 to create a new stacking context where appropriate).
I have even mentioned stacking contexts in the article, and the thing is that they are not only introduce with
z-index
, which makes them even more complex :-/ So yeah, it certainly helps if you understand them, but I think it does not make the problem less complex.