Skip to content

Commit dd9b5cd

Browse files
committed
chore: Remove willChange since safari render error with this style
fix ant-design/ant-design#20792
1 parent 4b95087 commit dd9b5cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Filler.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ const Filler: React.FC<FillerProps> = ({
3333
innerStyle = {
3434
...innerStyle,
3535
transform: `translateY(${offset}px)`,
36-
willChange: 'transform',
3736
position: 'absolute',
3837
left: 0,
3938
right: 0,

0 commit comments

Comments
 (0)