We use cookies to improve your experience. Learn more in our Privacy policy.
isolation
The isolation CSS property determines whether an element must create a new stacking context.
Initial value | auto |
Applies to | All elements. In SVG, it applies to container elements, graphics elements, and graphics referencing elements. |
Syntax
isolation: isolate;
Values
A new stacking context is created only if one of the properties applied to the element requires it.
A new stacking context must be created.
Browser support
isolation | chrome41 | edge79 | firefox36 | ie | opera30 | safari8 |