Z-Index

Usage

A z-index controls the order in which components are stacked in a site or application. By grouping types of components together and providing a fixed z-index, we can make sure components are layered properly in the view, without running into other components. This is especially useful when dealing with components like modals and alerts that always have to appear on top of other components.

Example - Account Hub (Authenticated)