isolation

The isolation property determines whether the element should create a new stack context. This is especially useful in combination with background-blend-mode, which only blend the background in the given stacking context: it allows you to isolate groups of elements from their deeper background and blend their background color together.

Syntax



isolation: auto | isolated | inherit;