-
-
-
-
-
========================================= // MITEGI - MOBILE MENU FIX (CSS ONLY) // ============================================================ // ============================================================ // MITEGI - MOBILE MENU FIX (FINAL) // ============================================================ @media (max-width: 1024px) { // Force menu to show when toggled .navPages-container.is-open, .navPages-container.show { display: block !important; max-height: 100vh !important; overflow-y: auto !important; visibility: visible !important; opacity: 1 !important; } // Force sub-menus to show .navPage-subMenu.is-open, .navPage-subMenu.show { display: block !important; max-height: 100vh !important; overflow-y: auto !important; padding-left: 20px !important; } }