mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Picker): fix rendering failure during animation on safari (#7460)
This commit is contained in:
parent
2bd597ecfd
commit
836be2c639
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user