Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Solution:
Add
-webkit-column-break-inside:avoid; to the parent element.
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
column-break-inside:avoid;
-webkit-backface-visibility:hidden;
It has something to do with the transition on .caption . When it is disabled, everything works as it should. But I can't figure out what the exact reason is.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question