docs(changeset): update fix-scroll-card-shadow wording

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Etienne Napoleone <etienne.napoleone@gmail.com>
This commit is contained in:
Etienne Napoleone
2026-04-23 11:25:51 +02:00
committed by GitHub
parent 76635ae005
commit 2da5a0af3b
+1 -1
View File
@@ -2,6 +2,6 @@
'@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.
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