Simple html & css – div doesn't cover the inner div
Is there a way to modify the container class with css so that spinner looks inside the container (the container has the dynamic height to be more or equal the spinner height)? .container { border: 1px solid green; } .spinner…