Align items properly inside a Scrollable
This commit is contained in:
parent
e2668b882a
commit
82c2aa6bfd
2 changed files with 2 additions and 5 deletions
|
|
@ -31,8 +31,7 @@ where
|
|||
.max_width(self.content.max_width)
|
||||
.height(self.height)
|
||||
.max_height(self.max_height)
|
||||
.align_self(self.align_self)
|
||||
.align_items(self.align_items);
|
||||
.align_self(self.align_self);
|
||||
|
||||
style.0.flex_direction = stretch::style::FlexDirection::Column;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue