From: Mark Otto Date: Mon, 12 Oct 2020 21:51:05 +0000 (-0700) Subject: Update copy and add utilities to example X-Git-Tag: v5.0.0-alpha3~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0205a016b1910eb861ac01ef1644d96855eafb9d;p=thirdparty%2Fbootstrap.git Update copy and add utilities to example --- diff --git a/site/content/docs/5.0/utilities/overflow.md b/site/content/docs/5.0/utilities/overflow.md index b400db74e0..bec79e1fc8 100644 --- a/site/content/docs/5.0/utilities/overflow.md +++ b/site/content/docs/5.0/utilities/overflow.md @@ -5,16 +5,16 @@ description: Use these shorthand utilities for quickly configuring how content o group: utilities --- -Barebones `overflow` functionality is provided for four values by default, and they are not responsive. +Adjust the `overflow` property on the fly with four default values and classes. These classes are not responsive by default.
This is an example of using .overflow-auto on an element with set width and height dimensions. By design, this content will vertically scroll.
-
+
This is an example of using .overflow-hidden on an element with set width and height dimensions.
-
+
This is an example of using .overflow-visible on an element with set width and height dimensions.