@media (max-width: 768px) {

    html {
        overflow: visible !important;
    }

    body>div:first-of-type {
        position: sticky;
        top: 0;
        z-index: 10000;
        background: #fff;
    }

}