isolation

abstract var isolation: Isolation?(source)

The isolation CSS property determines whether an element must create a new stacking context.

Syntax: auto | isolate

Initial value: auto

| Chrome | Firefox | Safari | Edge | IE  |
| :----: | :-----: | :----: | :--: | :-: |
|   41   |   36    |   8    | n/a  | No  |

See also