Skip to content

Isolation

Use isolation utilities to control stacking context creation. The isolate class creates a new stacking context, preventing z-index conflicts with elements outside the container.

Style('isolate ...', children: [
// ...
])
ClassDescription
isolateCreate a new stacking context
isolation-autoUse default stacking behavior