chore(changeset): add card scroll shadow fix changeset

Signed-off-by: Etienne Napoleone <etienne.napoleone@gmail.com>
This commit is contained in:
Etienne Napoleone
2026-04-22 14:28:42 +02:00
committed by GitHub
parent a0ea7b3152
commit 6ce1444ca0
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/ui': patch
---
Disabled `Card` scroll shadow on browser that doesn'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