My smart-scrolling list of cards uses the card-columns
style, but I find it frustrating that they are ordered top to bottom like this:
1 4 7
2 5 8
3 6 9
This vertical ordering becomes impractical when dealing with a large number of items. When I have 50 items, some of the less important ones end up at the top!
I've experimented with flexbox variations, but none seem to work correctly for achieving horizontal ordering. Has anyone successfully implemented horizontal ordering?