From aec9d7eeee98fa415ff425f7f36fe0ef9a799d37 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 20 Aug 2023 07:36:39 -0700 Subject: Card overflow auto --- modern/src/common/components/StatusCard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern/src') diff --git a/modern/src/common/components/StatusCard.jsx b/modern/src/common/components/StatusCard.jsx index c389636c..0d32eb0d 100644 --- a/modern/src/common/components/StatusCard.jsx +++ b/modern/src/common/components/StatusCard.jsx @@ -58,7 +58,7 @@ const useStyles = makeStyles((theme) => ({ paddingTop: theme.spacing(1), paddingBottom: theme.spacing(1), maxHeight: theme.dimensions.cardContentMaxHeight, - overflow: 'scroll', + overflow: 'auto', }, negative: { color: theme.palette.colors.negative, -- cgit v1.2.3