Side Menu and vertical scroll

You can disable the drag-handler of a sidemenu by setting

dragContent=false

either with the Lowlevel-API:

<pane side-menu-content nav-router drag-content="false">

or with the controller:

$scope.dragContent = false;

See: How to disable drag in side menu