diff options
author | jcardus <asklocation.net@gmail.com> | 2023-07-29 19:11:13 +0100 |
---|---|---|
committer | jcardus <asklocation.net@gmail.com> | 2023-07-29 19:11:13 +0100 |
commit | 55be86d72bee2db736ef8dfe77a3e26c680d3e5b (patch) | |
tree | 43937abdbc31a8adad7e2fa6d0766e0c4276b44f /modern | |
parent | 677a42dad9ddf7d5be81ddc45907788641a959c5 (diff) | |
download | trackermap-web-55be86d72bee2db736ef8dfe77a3e26c680d3e5b.tar.gz trackermap-web-55be86d72bee2db736ef8dfe77a3e26c680d3e5b.tar.bz2 trackermap-web-55be86d72bee2db736ef8dfe77a3e26c680d3e5b.zip |
overflow scroll on StatusCard.js
Diffstat (limited to 'modern')
-rw-r--r-- | modern/src/common/components/StatusCard.js | 2 |
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, |