From 0205a016b1910eb861ac01ef1644d96855eafb9d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Oct 2020 14:51:05 -0700 Subject: [PATCH] Update copy and add utilities to example --- site/content/docs/5.0/utilities/overflow.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.