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.