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