Skip to content

Commit

Permalink
fix: correct className (#34791)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unuuuuu committed Mar 30, 2022
1 parent c0304cc commit f5c6379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/mixins/modal-mask.less
Expand Up @@ -4,7 +4,7 @@
pointer-events: none;

&.@{ant-prefix}-zoom-enter,
&.@{ant-prefix}zoom-appear {
&.@{ant-prefix}-zoom-appear {
transform: none; // reset scale avoid mousePosition bug
opacity: 0;
animation-duration: @animation-duration-slow;
Expand Down

0 comments on commit f5c6379

Please sign in to comment.