Discussion related Div in ionic

I want to add a vertically scrollable div inside ion card content. How can I ?

div {
  max-height: 200px;
  overflow: auto;
}

This is the most simple and direct solution I can think of considering you didn’t gave any relevant information about what you’re trying to do

1 Like

Thank you @josemarsc-dev for your solution.
Actuallly I have to add a div inside ion card content it contains data in table format. I have to make that div scroll in terms of user interface .
image
Please refer the above image when I use your solution.

Thank you for your solution.

Dude, c’mon. Show some code