.uppy-Root {
    height: auto;
    position: fixed; /*fix scrolling on input focus on the mobile*/
    z-index: 1000000; /*over everything*/
}

/* Make the uppy box smaller on the mobile.
 TODO: it is smaller for edit image also and can be not user friendly*/
@media only screen and (max-width: 767px) {
    .uppy-Dashboard-inner {
        max-height: 50%;
        /*max-height: 180px;*/
    }
    .uppy-Dashboard--modal .uppy-Dashboard-inner {
        top: 25%;
        /*top: calc(50% - 90px);*/
    }
}
