#snpl-main-wrapper {
    background-color: #fff;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-x: hidden;
    overflow-y: auto;
}

#snpl-main {
    min-height: 100%;
    position: relative;
}
