fix: do not show scrollbars in notification description if not needed

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
Heikki Hellgren
2024-05-15 08:47:57 +03:00
parent ea1e845f1d
commit 7f0268486a
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications': patch
---
Do not always show scrollbars in notification description
@@ -43,7 +43,7 @@ const ThrottleDelayMs = 1000;
const useStyles = makeStyles({
description: {
maxHeight: '5rem',
overflow: 'scroll',
overflow: 'auto',
},
severityItem: {
alignContent: 'center',