I am using the clone feature that is brand new to Thunkable X. I basically made a widget (a row) which contains multiple pieces of data. For the test I used 2, a photo and a label.
I get these to set fine, but how can I stop it from overlapping. I have tried with 3 widgets (which a user can post via Firebase) but the 3rd widget overlaps the second one, basically covering it.
Is there anything I should enable in properties? It is set to fit contents, so I am unsure.
Thanks
(edit)
I did a test with 5 posts now and they all show except the last post overlaps the second last, I can now confirm this.
(another edit)
NOTE
It is some what glitchy. Now it works? Maybe it is to do with the fact that I am pulling from Firebase. I added a wait block, and now it works?