mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Setting overflow refreshes layout.
[skip-ci]
This commit is contained in:
@@ -246,8 +246,12 @@ class StylesBase(ABC):
|
||||
|
||||
dock = DockProperty()
|
||||
|
||||
overflow_x = StringEnumProperty(VALID_OVERFLOW, "hidden")
|
||||
overflow_y = StringEnumProperty(VALID_OVERFLOW, "hidden")
|
||||
overflow_x = StringEnumProperty(
|
||||
VALID_OVERFLOW, "hidden", layout=True, children=True
|
||||
)
|
||||
overflow_y = StringEnumProperty(
|
||||
VALID_OVERFLOW, "hidden", layout=True, children=True
|
||||
)
|
||||
|
||||
layer = NameProperty()
|
||||
layers = NameListProperty()
|
||||
|
||||
Reference in New Issue
Block a user