Is there anyway to make a card window scrollable?

Jessie Cisneros:
Is there anyway to make a card window scrollable? We have a card window that displays perfectly on desktop and iPad but on phone the table and buttons are cut off and the quick solution would to allow the card window scrollable for users to access the table functions and buttons.


Christina Saran:
certainly that can be done with styling on the card modal page itself.

   "styleClassesBody": "overflow-auto h-full",
    "styleClassesPage": "h-full",

Jessie Cisneros:
THANK YOU! It worked!