I can\'t seem to get this to work as desired. My page changes height based on what content is loaded and if it requires a scroll, the svg doesn\'t seem to be stretching...>
Set Background svg with content/cart at center
.login-container { justify-content: center; align-items: center; display: flex; height: 100vh; background-image: url(/assets/images/login-bg.svg); background-position: center; background-repeat: no-repeat; background-size: cover; }