@media screen and (max-width: 992px) {
    .ec-month-view {
        overflow-y: scroll !important;
    }

    .ec-body,
    .ec-header {
        width: 150vw;
    }
}