Skip to content

Commit 78f5764

Browse files
fix(console): stabilize brand download icons in Safari (anomalyco#39151)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
1 parent 55b0211 commit 78f5764

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/console/app/src/routes/brand

packages/console/app/src/routes/brand/index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,8 @@
377377
gap: 16px;
378378
opacity: 0;
379379
transition: opacity 0.2s ease;
380+
/* Prevent Safari from repainting child SVGs mid-transition. */
381+
backface-visibility: hidden;
380382

381383
@media (max-width: 40rem) {
382384
position: static;

0 commit comments

Comments
 (0)