From 622667b3dec637bdd75dbf24b2d3e2a4b1142bc9 Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Thu, 23 Oct 2014 15:23:25 -0500 Subject: [PATCH] fix(scrolling): fix overflow scrolling when side menu and main content both use overflow scrolling. Closes 2201 --- js/angular/directive/sideMenuContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/directive/sideMenuContent.js b/js/angular/directive/sideMenuContent.js index 0f286717a8..19387e4ebf 100644 --- a/js/angular/directive/sideMenuContent.js +++ b/js/angular/directive/sideMenuContent.js @@ -126,7 +126,7 @@ function($timeout, $ionicGesture, $window) { return scrollAxis; } } - return 'x'; + return 'y'; } var content = {