aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modern/src/common/components/StatusCard.jsx2
1 files changed, 1 insertions, 1 deletions
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,