Utilities for controlling whether an element should explicitly create a new stacking context.
"Utilities for controlling whether an element should explicitly create a new stacking context.";
Use the isolate and isolation-auto utilities to control whether an element should explicitly create a new stacking context:
<!-- [!code classes:isolate] -->
<div class="isolate ...">
<!-- ... -->
</div>