ISOLATION
The isolation property specifies the stacking context.
SYNTAX
CSS
isolation: value;
JS
object.style.isolation = "value";
VALUES
<'isolation'> = <isolation-mode>
<isolation-mode> = auto | isolate
auto
Automatically specified by the user agent.
isolate
Turns the element into a stacking context.
INITIAL
auto