Merge pull request #34025 from etienne-napoleone/patch-2

fix(ui): disable card content scroll shadow on unsuported browsers
This commit is contained in:
Patrik Oldsberg
2026-04-23 12:53:24 +02:00
committed by GitHub
2 changed files with 15 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/ui': patch
---
Disabled `Card` scroll shadow in browsers that don't support `animation-timeline: scroll()`. Prevents the shadow from being always visible over the `CardBody` when there's nothing to scroll or the body is not scrolled.
**Affected components:** Card