In a scenario where I have designed a layout consisting of 3 column/row cards across multiple rows. Each card displays basic information, and when a user clicks on any specific card, a full-width card below that row will display more detailed information. However, there is an issue with the current CSS implementation.
When clicking on the first small card, the full-width data appears just below that row as intended. But the problem arises when other cards in the same row shift down along with it. Refer to the image below for a clearer visualization.