4,092
edits
No edit summary |
No edit summary |
||
Line 1,090: | Line 1,090: | ||
break-inside: avoid-column; | break-inside: avoid-column; | ||
z-index: 1; /* Ensures the card is above the bottom border of the card above */ | z-index: 1; /* Ensures the card is above the bottom border of the card above */ | ||
background: | background: #FAFAFA; /* Assuming cards have a white background */ | ||
} | } | ||