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
path: root/site
diff options
context:
space:
mode:
authorKyle Tsang <6854874+kyletsang@users.noreply.github.com>2021-12-21 10:22:58 +0300
committerGitHub <noreply@github.com>2021-12-21 10:22:58 +0300
commitaec213711ae25ecdf0431e6ac90a4561cafce238 (patch)
treed39cc5df8ce9d6175cdafbfcf65cc2129e675828 /site
parent32401fdc37266972e0ab545872377865ffd02647 (diff)
docs: add reference to sticky-xxl utils (#35579)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.1/helpers/position.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/content/docs/5.1/helpers/position.md b/site/content/docs/5.1/helpers/position.md
index 8b333bdfcd..b4e1f71f95 100644
--- a/site/content/docs/5.1/helpers/position.md
+++ b/site/content/docs/5.1/helpers/position.md
@@ -39,6 +39,7 @@ Responsive variations also exist for `.sticky-top` utility.
<div class="sticky-md-top">Stick to the top on viewports sized MD (medium) or wider</div>
<div class="sticky-lg-top">Stick to the top on viewports sized LG (large) or wider</div>
<div class="sticky-xl-top">Stick to the top on viewports sized XL (extra-large) or wider</div>
+<div class="sticky-xxl-top">Stick to the top on viewports sized XXL (extra-extra-large) or wider</div>
```
## Sticky bottom
@@ -58,4 +59,5 @@ Responsive variations also exist for `.sticky-bottom` utility.
<div class="sticky-md-bottom">Stick to the bottom on viewports sized MD (medium) or wider</div>
<div class="sticky-lg-bottom">Stick to the bottom on viewports sized LG (large) or wider</div>
<div class="sticky-xl-bottom">Stick to the bottom on viewports sized XL (extra-large) or wider</div>
+<div class="sticky-xxl-bottom">Stick to the bottom on viewports sized XXL (extra-extra-large) or wider</div>
```