The isolation CSS property specifies the stacking context.
CSS
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
isolate
JS