Update docstring.

This commit is contained in:
Rodrigo Girão Serrão
2023-03-09 12:21:53 +00:00
parent 8565d3cef6
commit 4ca62eee60

View File

@@ -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 {