mirror of
https://github.com/youzan/vant.git
synced 2026-01-14 06:03:45 +08:00
fix(Collapse): fix safari rendering issues (#8788)
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
|
||||
&__title {
|
||||
.van-cell__right-icon::before {
|
||||
transform: rotate(90deg);
|
||||
// using translateZ to fix safari rendering issues
|
||||
// see: https://github.com/youzan/vant/issues/8608
|
||||
transform: rotate(90deg) translateZ(0);
|
||||
transition: transform @collapse-item-transition-duration;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user