Ion-card-content

Hi,

im pretty new to ionic framework. im using ionic 4.

how do scroll the contents in ion-card-content only.

i dont want to scroll the whole ion-card, only ion-card-content should be scroll able. ion-card-content will have a ion-label or ion-text.

please suggest me.

Regards

You could look into using the CSS overflow: scroll property, but I must admit I suspect that once the dust settles, you are likely to decide that cards weren’t a very good fit for what you were really trying to do. Maybe you’ll have better results if you explain your interface goal and solicit suggestions about how to achieve it most naturally.