chore: fix banner style in safari (#45485)

This commit is contained in:
afc163 2023-10-23 15:02:51 +08:00 committed by GitHub
parent a340566cd3
commit 9dd9db079b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,8 @@ const useStyle = () => {
position: relative;
overflow: hidden;
perspective: 800px;
/* fix safari bug by removing blur style */
transform: translateZ(1000px);
row-gap: ${token.marginXL}px;
&:hover .${mask} {