Z-Index
Z-index tokens define the layer spaces on the z-index for our applications.
Tokens
Name | CSS variable | Value |
---|---|---|
negative | --mobase-z-index-negative | z-index:"-1" |
workbench | --mobase-z-index-workbench | z-index:"0" |
default | --mobase-z-index-default | z-index:"1" |
workbench-header | --mobase-z-index-workbench-header | z-index:"10" |
modal | --mobase-z-index-modal | z-index:"100" |
modal-content | --mobase-z-index-modal-content | z-index:"101" |
dropdown | --mobase-z-index-dropdown | z-index:"1000" |
tooltip | --mobase-z-index-tooltip | z-index:"10000" |
notification | --mobase-z-index-notification | z-index:"100000" |