Card content is not Scrollable
I have used following code and i am not able to scroll content even on browser Please help !
<!–<ion-view>
<ion-content class=“custom-has-header” has-header=“true” scroll=“true” overflow-scroll=“true”>
<div class=“list card”>
<div class=“item item-avatar”>
<img src=“mcfly.jpg”>
<h2>Marty McFly</h2>
<p>November 05, 1955</p>
</div>
<div class=“item item-body”>
<img class=“full-image” src=“delorean.jpg”>
<p>
This is a “Facebook” styled Card. The header is created from a Thumbnail List item,
the content is from a card-body consisting of an image and paragraph text. The footer
consists of tabs, icons aligned left, within the card-footer.
</p>
<p>
This is some content
</p>
</div>
</div>
</ion-content>
</ion-view>–>
[/quote]