fix(console): stabilize brand download icons in Safari (#39151)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
This commit is contained in:
parent
55b0211690
commit
78f5764319
1 changed files with 2 additions and 0 deletions
|
|
@ -377,6 +377,8 @@
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.2s ease;
|
transition: opacity 0.2s ease;
|
||||||
|
/* Prevent Safari from repainting child SVGs mid-transition. */
|
||||||
|
backface-visibility: hidden;
|
||||||
|
|
||||||
@media (max-width: 40rem) {
|
@media (max-width: 40rem) {
|
||||||
position: static;
|
position: static;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue