From 2da5a0af3baa5b8697061b23b83c5372ea2af1bf Mon Sep 17 00:00:00 2001 From: Etienne Napoleone Date: Thu, 23 Apr 2026 11:25:51 +0200 Subject: [PATCH] docs(changeset): update fix-scroll-card-shadow wording Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Etienne Napoleone --- .changeset/fix-card-scroll-shadow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/fix-card-scroll-shadow.md b/.changeset/fix-card-scroll-shadow.md index 47816b9581..53a1b28ee2 100644 --- a/.changeset/fix-card-scroll-shadow.md +++ b/.changeset/fix-card-scroll-shadow.md @@ -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