Z Index
Z-index tokens are used to set the z order layering of elements.
Token | CSS Variable | Value |
---|---|---|
z-index-negative | --z-index-negative | -1 |
z-index-workbench | --z-index-workbench | 0 |
z-index-default | --z-index-default | 1 |
z-index-workbench-header | --z-index-workbench-header | 10 |
z-index-modal | --z-index-modal | 100 |
z-index-modal-content | --z-index-modal-content | 101 |
z-index-dropdown | --z-index-dropdown | 1000 |
z-index-tooltip | --z-index-tooltip | 10000 |
z-index-notification | --z-index-notification | 100000 |