From 424f21f47b677772a0fd1bf81fa945fee1881b1c Mon Sep 17 00:00:00 2001 From: Antoine Pham Date: Wed, 13 May 2015 00:07:47 -0700 Subject: [PATCH] Added navigation close on scroll Navigation should automatically close on scroll. This was tested working with the latest Microsoft Edge, Firefox, Chrome, and iOS. --- js/fixed-responsive-nav.js | 3 +++ 1 file changed, 3 insertions(+) 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