Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: yarn prettier:write
  • Loading branch information
staszek998 committed Dec 16, 2025
commit e37c6ac06878c89463d8949dff090ca6a4e7b97e
6 changes: 3 additions & 3 deletions docs/stories/01-foundations/elevation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ an element e.g. a Popover, or alternatively, they can indicate that UI can scrol
## Z-Index

The z-index determines the stacking order of elements. Elements with a higher z-index always sit in front of elements
with a lower z-index. Our current collection of z-index values is listed below with their corresponding aliases.
They're currently non-linear to support growing other common use-cases we may not have encountered yet.
All are accessible via the theme object – `theme.zIndices.<alias>`.
with a lower z-index. Our current collection of z-index values is listed below with their corresponding aliases. They're
currently non-linear to support growing other common use-cases we may not have encountered yet. All are accessible via
the theme object – `theme.zIndices.<alias>`.

- `navigation` – `100`
- `overlay` – `300`
Expand Down