patterns
Overlay
Scrim, dialog, tooltip, toast. A dialog is present or it is not. Toasts sit above the modal.
stack
A dialog is present or it is not — no enter or exit fade. Alert dialog does not dismiss on a click outside; a decommission prompt must be answered. Tooltip sits above the dialog; toasts sit above that, so a queued job still reports while a modal is open.
layers
Elevation is a hairline and a surface step, not a blur. These numbers only order the stack. Command palette shares the dialog layer.
| layer | class | z |
|---|---|---|
| scrim | .tz-scrim | 30 |
| dialog, palette | .tz-dialog .tz-palette | 31 |
| tooltip | .tz-tooltip | 32 |
| toast | .tz-toast-viewport | 40 |