Remove redundant values subsections.

[skip ci]
This commit is contained in:
Rodrigo Girão Serrão
2023-01-06 14:41:13 +00:00
parent 583b1273ac
commit 42baa0e074
20 changed files with 1 additions and 137 deletions

View File

@@ -19,10 +19,6 @@ Overflow may also be set individually for each axis:
- `overflow-x` sets the overflow for the horizontal axis; and
- `overflow-y` sets the overflow for the vertical axis.
### Values
--8<-- "docs/snippets/type_syntax/overflow.md"
### Defaults
The default setting for containers is `overflow: auto auto`.