Problems with scrolling

I can’t get scrolling working correctly in my app. One example where the problem appears in a view with

<ion-content class="has-header has-footer" scroll="true">

and then a list of cards

<div class="list card opaque item-text-wrap" ng-repeat=...>

But the view is only bouncing and I can’t scroll through the whole list.

Does anybody know what’s the problem here?

Nobody an idea?

I have these scrolling issues at several points in my app. Also in the side menu which makes the app kind of unusable…

Ok, now I even set up a plunker

It now has the same structure with a sidemenu as in the real app.

Would be really cool if someone could have a look

Please, somebody, help :smile: