I am using a Card inside a Grid element cell. I want the Back text to stay confined within the cell and the overflow to be visible on a vertical scroll.
I have found a way to do this using custom CSS, but only if I use pixels to specify the height of the back content box. But this doesn’t work responsively.
Is there a way to force the card content to stay inside the grid cell?
In my secure note, I’ve included a Dropbox link to screenshots of what I want it to look like as well as what it looks like at other screen sizes to show how even with the custom CSS, the text is still not staying inside the grid cell.
Thanks for your help!