verify_stacking_context
Trace an element's full CSS stacking context chain to diagnose why z-index isn't working and identify which ancestors create stacking contexts.
Instructions
Reveals the full CSS stacking context chain for an element — which ancestors create new stacking contexts and why. Use to answer: why is my z-index:9999 element still behind a modal? Does this element create its own stacking context?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the page to analyze | |
| selector | Yes | CSS selector for the element to inspect | |
| viewport | No | Viewport size (default: 1280×720) |