0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Docs: Make added-in badge page-level for z-index utilities (#37491)

This commit is contained in:
Mark Otto 2022-11-13 22:37:49 -08:00 committed by GitHub
parent 1a33235adc
commit 6bd7170a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,11 @@ title: Z-index
description: Use our low-level `z-index` utilities to quickly change the stack level of an element or component. description: Use our low-level `z-index` utilities to quickly change the stack level of an element or component.
group: utilities group: utilities
toc: true toc: true
added: "5.3"
--- ---
## Example ## Example
{{< added-in "5.3.0" >}}
Use `z-index` utilities to stack elements on top of one another. Requires a `position` value other than `static`, which can be set with custom styles or using our [position utilities]({{< docsref "/utilities/position/" >}}). Use `z-index` utilities to stack elements on top of one another. Requires a `position` value other than `static`, which can be set with custom styles or using our [position utilities]({{< docsref "/utilities/position/" >}}).
{{< callout >}} {{< callout >}}
@ -43,4 +42,3 @@ Learn about our [`z-index` approach]({{< docsref "/extend/approach#z-index-scale
Customize this Sass map to change the available values and generated utilities. Customize this Sass map to change the available values and generated utilities.
{{< scss-docs name="zindex-levels-map" file="scss/_variables.scss" >}} {{< scss-docs name="zindex-levels-map" file="scss/_variables.scss" >}}