Whenever I use z-indexes, I am going to regret it at some point, especially with libraries utilizing components. Let’s see if we can avoid them all together.

  • SHITPOSTING_ACCOUNT@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    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).