Virtual scroll ion-img tag overlapping to another ion card
问题 I have a problem using ion-img in virtual scroll, when im not going to set the width and height of the ion-img tag it shows a tiny image. But when I set some width and height on it it overlaps to another card which is not right below is the code that i am using <ion-list [virtualScroll]="posts" [approxItemHeight]="'150px'"> <div *virtualItem="let post" style="width: 100%"> <ion-card class="adv-map"> <ion-item> <ion-avatar item-start> <img src="img/marty-avatar.png"> </ion-avatar> </button> --