Content scroll don't have correct height

I’m just working with the new beta 4 and i have problem with the scroller, the content is cut at the end

some one else have the same problem ?

Can you put your code into a codepen? It doesnt have to be the exact data, but the mark up needs to be.

<script id="newscontent.html" type="text/ng-template">
			<div class="modal">
				<ion-header-bar class="bar bar-header bar-positive">
					<button class="button icon ion-arrow-left-c button-clear" ng-click="closenews()"></button>
					<h1 class="title">Noticia</h1>
				</ion-header-bar>
				<ion-content align="center" ng-show="showcontent">
					<div class="card">
						<div class="item Item-text-wrap">
                			<h2 class="Item-text-wrap" ng-bind-html="title"></h2>
                			<p>{{new.daten}}</p>
              			</div>
              			<div class="item item-body">
                            <p ng-bind-html="content"></p>
						</div>
						<div class="item tabs tabs-secondary tabs-icon-left">
                            <a class="tab-item" href="#">
                              <i class="icon ion-thumbsup"></i>
                              Like
                            </a>
                            <a class="tab-item" href="#">
                              <i class="icon ion-share"></i>
                              Share
                            </a>
						</div>
					</div>
				</ion-content>
			</div>
		</script>

no extra css, and i only have this problem with Card