diff --git a/js/fixed-responsive-nav.js b/js/fixed-responsive-nav.js index ddc082d..5c65d30 100644 --- a/js/fixed-responsive-nav.js +++ b/js/fixed-responsive-nav.js @@ -106,6 +106,9 @@ } }); } + + // Close navigation when scrolling + navigation.close(); }, false); // Close navigation when tapping the mask under it