From 78f57643194c30c44da93ff3c052d6c5adffc139 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" <219766164+opencode-agent[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:58:19 -0400 Subject: [PATCH] fix(console): stabilize brand download icons in Safari (#39151) Co-authored-by: Jay <53023+jayair@users.noreply.github.com> --- packages/console/app/src/routes/brand/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/console/app/src/routes/brand/index.css b/packages/console/app/src/routes/brand/index.css index 8a326515911..abb18d17f77 100644 --- a/packages/console/app/src/routes/brand/index.css +++ b/packages/console/app/src/routes/brand/index.css @@ -377,6 +377,8 @@ gap: 16px; opacity: 0; transition: opacity 0.2s ease; + /* Prevent Safari from repainting child SVGs mid-transition. */ + backface-visibility: hidden; @media (max-width: 40rem) { position: static;