From 79ccbae06e4608264e48af4e31231fe60229f074 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Tue, 30 Aug 2022 12:02:03 +0100 Subject: [PATCH] 1 character rewording in docs --- docs/styles/overflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styles/overflow.md b/docs/styles/overflow.md index 515761bca..f850281a1 100644 --- a/docs/styles/overflow.md +++ b/docs/styles/overflow.md @@ -1,7 +1,7 @@ # Overflow The `overflow` rule specifies if and when scrollbars should be displayed on the `x` and `y` axis. -The rule takes two overflow values; one for the horizontal bar (x axis), followed by the vertical bar (y-axis). +The rule takes two overflow values; one for the horizontal bar (x-axis), followed by the vertical bar (y-axis). The default value for overflow is `"auto auto"` which will show scrollbars automatically for both scrollbars if content doesn't fit within container.