mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(scrolling): fix overflow scrolling when side menu and main content both use overflow scrolling. Closes 2201
This commit is contained in:
2
js/angular/directive/sideMenuContent.js
vendored
2
js/angular/directive/sideMenuContent.js
vendored
@@ -126,7 +126,7 @@ function($timeout, $ionicGesture, $window) {
|
||||
return scrollAxis;
|
||||
}
|
||||
}
|
||||
return 'x';
|
||||
return 'y';
|
||||
}
|
||||
|
||||
var content = {
|
||||
|
||||
Reference in New Issue
Block a user