@media (max-width: 767px) {
    html:not(.nav-before-open):not(.nav-open):not(.ox-fixed) > body:not(._has-modal) > .page-wrapper {
        overflow-x: visible !important;
        overflow-y: visible !important;
        height: auto !important;
        touch-action: pan-y !important;
    }
}
