Tokens
Z-index tokens are used to set the z order layering of elements.
Token | CSS Variable | Value |
---|---|---|
zIndexNegative | --z-index-negative | -1 |
zIndexWorkbench | --z-index-workbench | 0 |
zIndexDefault | --z-index-default | 1 |
zIndexWorkbenchHeader | --z-index-workbench-header | 10 |
zIndexModal | --z-index-modal | 100 |
zIndexModalContent | --z-index-modal-content | 101 |
zIndexDropdown | --z-index-dropdown | 1000 |
zIndexTooltip | --z-index-tooltip | 10000 |
zIndexNotification | --z-index-notification | 100000 |