Forum Thread
Pokemon bug
Forum-Index → Bug Reports → Resolved → Pokemon bugArt credit: gelatin
So currently you have this as the style of the flex container:
display: flex; flex-wrap: wrap
And it might have to be like this:
display: -webkit-flex; -webkit-flex-wrap:
wrap; display: flex; flex-wrap: wrap