From 6ce1444ca0610566b8e770381e8a3791948a239e Mon Sep 17 00:00:00 2001 From: Etienne Napoleone Date: Wed, 22 Apr 2026 14:28:42 +0200 Subject: [PATCH] chore(changeset): add card scroll shadow fix changeset Signed-off-by: Etienne Napoleone --- .changeset/fix-card-scroll-shadow | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/fix-card-scroll-shadow diff --git a/.changeset/fix-card-scroll-shadow b/.changeset/fix-card-scroll-shadow new file mode 100644 index 0000000000..47816b9581 --- /dev/null +++ b/.changeset/fix-card-scroll-shadow @@ -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