diff --git a/src/picker/index.less b/src/picker/index.less index 07d5a172b..2d669864e 100644 --- a/src/picker/index.less +++ b/src/picker/index.less @@ -87,7 +87,8 @@ linear-gradient(0deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.4)); background-repeat: no-repeat; background-position: top, bottom; - backface-visibility: hidden; + // fix rendering failure during animation on safari + transform: translateZ(0); pointer-events: none; }