Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
The isolation CSS property determines whether an element must create a new stacking context.
This property is especially helpful when used in conjunction with mix-blend-mode and z-index.
The isolation property is specified as one of the keyword values listed below.
A new stacking context is created only if one of the properties applied to the element requires it.
isolateA new stacking context must be created.
| auto |
| All elements. In SVG, it applies to container elements, graphics elements, and graphics referencing elements. |
| no |
| as specified |
| Not animatable |
| Compositing and Blending Module Level 2 # isolation |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Apr 20, 2026 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.