Open jjdp opened 8 years ago
I see this too, @jjdp did you find any workaround?
sadly no. i am just using the default listview for now.
Also seeing this issue.
Try this:
grid: {
flexDirection: 'row',
flexWrap: 'wrap',
alignItems: 'flex-start',
overflow: 'hidden',
},
Use alignItems: 'flex-start'
instead of justifyContent: 'flex-start'
.
Thanks @superandrew213. That did the trick for my grid.
with this style:
the rest of the rows won't render. In my case the images: