mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
1 character rewording in docs
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Overflow
|
# Overflow
|
||||||
|
|
||||||
The `overflow` rule specifies if and when scrollbars should be displayed on the `x` and `y` axis.
|
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.
|
The default value for overflow is `"auto auto"` which will show scrollbars automatically for both scrollbars if content doesn't fit within container.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user