fix(console): stabilize brand download icons in Safari (#39151)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
55b0211690
commit
78f5764319
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user