I've come across what may just be a bug in Chrome, but I'm hoping to get another set of eyes on this, and hopefully tell me if I'm missing something here.
The issue:
I have some <li>
tags that are spread over three CSS columns (column-count: 3
), and each item has a transform
property on it. When I then go to transform sub-items within these <li>
tags, every sub-item that is not in the first column disappears.
Here's a built-out example on CodePen: https://codepen.io/andyranged/pen/WMdrxR
Again, this is only happening in Chrome. Thanks in advance for any help you can provide!