Hi again @wmcgilvery
To make the card scrollable when overflowing you’d need to add the following CSS:
https://docs.universaldashboard.io/look-and-feel/themes#using-raw-css
@{
'.card-content' = @{
overflow = 'scroll'
}
}
https://www.w3schools.com/css/css_overflow.asp
Happy hunting!