/*Write your custom css in this file.*/

@media (max-width: 990px) {
    body.sidebar-toggled,
    html.sidebar-toggled {
        overflow: auto !important;
    }

    body.off-screen,
    html.off-screen {
        overflow: hidden !important;
    }
}
