From: Kyle Tsang <6854874+kyletsang@users.noreply.github.com> Date: Tue, 21 Dec 2021 07:22:58 +0000 (-0800) Subject: docs: add reference to sticky-xxl utils (#35579) X-Git-Tag: v5.2.0-beta1~343 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=aec213711ae25ecdf0431e6ac90a4561cafce238;p=thirdparty%2Fbootstrap.git docs: add reference to sticky-xxl utils (#35579) Co-authored-by: XhmikosR --- 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.
Stick to the top on viewports sized MD (medium) or wider
Stick to the top on viewports sized LG (large) or wider
Stick to the top on viewports sized XL (extra-large) or wider
+
Stick to the top on viewports sized XXL (extra-extra-large) or wider
``` ## Sticky bottom @@ -58,4 +59,5 @@ Responsive variations also exist for `.sticky-bottom` utility.
Stick to the bottom on viewports sized MD (medium) or wider
Stick to the bottom on viewports sized LG (large) or wider
Stick to the bottom on viewports sized XL (extra-large) or wider
+
Stick to the bottom on viewports sized XXL (extra-extra-large) or wider
```