.mobile-body {
    overflow-y: hidden;
    height: 100vh;
    margin-top: 100px;
    margin-left: 0;
    padding-bottom: 100px;
}

.draggable {
    background: blue;
    width: 100vw;
    height: 100vh;
}
