Forum Thread
Pokemon bug
Forum-Index → Bug Reports → Resolved → Pokemon bug![](http://orig04.deviantart.net/7092/f/2016/293/0/0/by_lizzanga__pokeheroes__by_silverstar0912-dakmgq4.png)
Art 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