Skip to content

Commit

Permalink
Update z-index.md
Browse files Browse the repository at this point in the history
changes the example. so that the effect can be seen.
  • Loading branch information
jonnysp authored and mdo committed Oct 30, 2022
1 parent 06bed9b commit 8fd4c3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/content/docs/5.2/utilities/z-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ We call these "low-level" `z-index` utilities because of their default values of
{{< /callout >}}

{{< example class="bd-example-zindex-levels position-relative" >}}
<div class="z-n1 position-absolute p-5 rounded-3"></div>
<div class="z-0 position-absolute p-5 rounded-3"></div>
<div class="z-1 position-absolute p-5 rounded-3"></div>
<div class="z-2 position-absolute p-5 rounded-3"></div>
<div class="z-3 position-absolute p-5 rounded-3"></div>
<div class="z-2 position-absolute p-5 rounded-3"></div>
<div class="z-1 position-absolute p-5 rounded-3"></div>
<div class="z-0 position-absolute p-5 rounded-3"></div>
<div class="z-n1 position-absolute p-5 rounded-3"></div>
{{< /example >}}

## Overlays
Expand Down

0 comments on commit 8fd4c3e

Please sign in to comment.