Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-11-12 20:35:56 +0300
committerMark Otto <markdotto@gmail.com>2022-11-12 20:35:56 +0300
commitd1cea67ed066f1179155c70a80e780f5c86e5bb3 (patch)
tree402297103c7f17edd1aec5700d13fe91c22182b9
parentbe4ff89fbc8197dc93f1218e1e19e80a6fec48d9 (diff)
Update z-index utilities page to include added in badge
-rw-r--r--site/content/docs/5.2/utilities/z-index.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/site/content/docs/5.2/utilities/z-index.md b/site/content/docs/5.2/utilities/z-index.md
index 7cfd22faa8..5e4fe05b06 100644
--- a/site/content/docs/5.2/utilities/z-index.md
+++ b/site/content/docs/5.2/utilities/z-index.md
@@ -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.
group: utilities
toc: true
+added: "5.3"
---
## 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/" >}}).
{{< 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.
{{< scss-docs name="zindex-levels-map" file="scss/_variables.scss" >}}
-