I want to show only the first row of the Grid and hide other rows.
I know we can do this by using max-height and the @media queries, but in this case, the height of each item in the grid should be the same.
But in my case, the height of each item in the grid is not the same, so when I use above solution, it doesn't work correctly.
Is there any way to set the max-height of the grid container the same as the max-height of the items in the first line?
