Z Index

Example Name Code

-999999

Z-index: DEEP

Deep z-index is used to stack something behind everything else.
--as-index-deep

1

Z-index: DEFAULT

The default z-index for components and elements inside components.
--as-index-default

100

Z-index: MASKED

Default z-index for masked interface elements.
--as-index-masked

200

Z-index: MASK

Default z-index for masking interface elements.
--as-index-mask

300

Z-index: STICKY

Default z-index for sticky interface elements.
--as-index-sticky

400

Z-index: NAVIGATION

Default z-index for navigation.
--as-index-navigation

500

Z-index: TOP BAR

Default z-index for top bar.
--as-index-top-bar

600

Z-index: OVERLAY

Default z-index for modal and popup overlays.
--as-index-overlay

700

Z-index: SPINNER

Default z-index for spinners, stacking on top of overlay.
--as-index-spinner

800

Z-index: POPOUT

Default z-index for popouts that stacks on top of all other elements.
--as-index-popout

900

Z-index: TOAST

Default z-index for toast messages.
--as-index-toast

1000

Z-index: MODAL

Default z-index for modals that stacks on top of overlays and other elements, but still allows popups to be visible.
--as-index-modal