I am facing an issue with a container having the className "container".
When I set the height to 100vh like this:
.container{
height:100vh
}
Whenever I resize my screen, such as with dev-tools, the div also shrinks. How can I prevent this? Is it possible for the div to always be full screen?