I used this code pen example to perfectly illustrate the concept.
To demonstrate, I applied the following CSS code. Try hovering over the second card in the top row.
.custom-hover:hover {
transform: scale(1.5);
}
In essence, when the top element of a row other than the first exceeds its boundaries, it appears at the bottom of the preceding column.
Is there a possible solution for fixing this issue?