mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update docstring.
This commit is contained in:
@@ -14,7 +14,7 @@ class Container(Widget):
|
||||
|
||||
|
||||
class VerticalScroll(Widget):
|
||||
"""A container widget which aligns children vertically."""
|
||||
"""A container widget which aligns children vertically and overflows if needed."""
|
||||
|
||||
DEFAULT_CSS = """
|
||||
VerticalScroll {
|
||||
|
||||
Reference in New Issue
Block a user