Symptom: z-index seems ignored
Root cause#
A stacking context created by transform/opacity traps your z-index.
The fix#
Move the element out of the transformed ancestor or use isolate to create your own context.
Verify#
- Hard-refresh (the CSS cache is the #1 false negative)
- Run
nakshora doctorand re-build with--stats - Search the docs for the exact class — spelling is unforgiving
Related#
troubleshooting/index|All issues · faq/index|FAQ
