.page-wrapper
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100svw;
    height: 100svh;
    background-color: white;
    z-index: 9999;
}