the image doesn't show up anymore, only the button. What am I doing wrong or what do I miss?
t
tad
12/03/2021, 8:48 PM
verticalScroll causes the column to be measured with infinite maxHeight constraints, so you'll need to find another way to set a constraint on the image
i
Istvan Beri
12/03/2021, 9:13 PM
Thanks for the explanation!
For the record: I switched to the 2.0.0-alpha05 version and that solves the issue.
t
tad
12/03/2021, 9:15 PM
Yeah, not requiring fixed constraints is the better solution.