From db87f740968143c3df701140f86115b2a7042a1b Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Fri, 31 May 2013 14:38:08 +0530 Subject: [PATCH] Scroll the window to view Change-Id: I13afd396007f951c105156373ea0c961ec4e712d --- src/jquery.uls.core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index 2f1f66d..4593f8d 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -181,6 +181,7 @@ $( '.uls-menu' ).hide(); this.$menu.show(); + this.$menu[0].scrollIntoView(); this.shown = true; if ( !this.isMobile() ) {