aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/components/StatusCard.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/common/components/StatusCard.js')
-rw-r--r--modern/src/common/components/StatusCard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/common/components/StatusCard.js b/modern/src/common/components/StatusCard.js
index 60822b27..81b4049a 100644
--- a/modern/src/common/components/StatusCard.js
+++ b/modern/src/common/components/StatusCard.js
@@ -58,7 +58,7 @@ const useStyles = makeStyles((theme) => ({
paddingTop: theme.spacing(1),
paddingBottom: theme.spacing(1),
'max-height': '40vh',
- overflow: 'hidden',
+ overflow: 'scroll',
},
negative: {
color: theme.palette.colors.negative,