.smarthDialog {
    z-index: 1039;
}
@media screen and (max-width: 664px) and (min-width: 0px){
    .smarthDialog {
        left: 0px !important;
        height: 100% !important;
        top: 0px !important;
        width: 100% !important;
    }
}