neptunian / react-photo-gallery

React Photo Gallery
http://neptunian.github.io/react-photo-gallery/
Other
1.97k stars 310 forks source link

Wrapping element in div with display:flex causes flashing #193

Open shmuelpro opened 3 years ago

shmuelpro commented 3 years ago

If the direction is column and the parent has display:flex the whole gallery starts flashing.

You can see the problem here. https://codesandbox.io/s/react-photo-gallery-basic-columns-forked-65ly9?file=/index.js

Rahgomes commented 3 years ago

Hi @shmuelpro

I've the same problem when I was testing some possibilities no display... so you need to define a direction of flex... like this:

solution_flex_dir