5 ms·
I'm just as lazy as you, but I just wanted to point out that you can create a new stacking context explicitly with isolation: isolate;
by cfj 3y ago
I'm just as lazy as you, but I just wanted to point out that you can create a new stacking context explicitly with
isolation: isolate;
- allannienhuis 3y agooh, great tip - thanks! That's much more explicit. The other approaches have the new stacking context as almost a side effect.