mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
chore: fix banner style in safari (#45485)
This commit is contained in:
parent
a340566cd3
commit
9dd9db079b
@ -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} {
|
||||
|
Loading…
Reference in New Issue
Block a user