body {
    overflow: hidden;
}

@media all and (max-width: 480px) {
    .app {
        min-height: calc(100vh - 100px);
    }
}