we are using an Isotope/Masonry based layout and currently have the following problem for our project: Our Isotope element have a border, but this border disappears after Isotope calculates the positioning. in the element.style, Isotope sets top: 0px, while when we manually adjust the value top: 3px the border shows up correctly again.
See attached screenshots:
-
Top border is not shown:

-
Top border is shown:

-
The CSS sets top: 0px, but top: 3px would show the border nicely:

What’s going on? How to fix this?
Thank you!
ok, can be solved with:
containerStyle: { position: ‘relative’, overflow: ‘visible’ }